Hi all, so this post is a bit different. This month I made major progress on my new art tool, and was inspired to take some of what I learned and try to make a game, since I think I've also finally thought about what would make a good ABDL-themed game work (it will be about escaping a nursery in the diaper dimension, spaced out over multiple days while trying not to become fully regressed).
I started making a text based choose-your-own-adventure game, but then decided that it would be more exciting if it used some of my new art tool code. While it's not currently using the code (it's just a super simplified version of some of the logic), I got it to the point where people can hopefully run it and see if it works on their device, which will give me an idea of whether games with this code will be possible.
It's a HTML file so just works like any web page (except that it is run from a saved file location on your device, just by opening it in the browser). The big advantage of that is that it should work on almost any type of device, and poses no security risk to you (it can't do anything which any other webpage can't do).
So far the only parts of the game are the character creation screen - where you click/tap/press any button to generate a new character - and after a few seconds it will drop you in an empty room which you can click/tap to move around. The animations are extremely basic, just done programmatically rather than in a proper animating tool, and there's known bugs like the artwork sometimes shows through from behind (particularly on the shoulders).
For now though I'm just really curious about whether people can run it, and what they might like to see in a diaper game. I've also uploaded the early version of the text-based game, which people can check out too, if they want.
The files should be able to be downloaded from here, though I'm unsure how google drive will handle it, and I might need to move it to Mega or something.