
Trying to implement parametrics floodfills in textmode games. Meanwhile got some pretty tests 8). You can play a bit with them here: https://www.adelfaure.net/lab/rx.txt/ (press Enter to trigger random floodfills)
Next up
Textmode portraits
Weird animating method : frames are square and their size are defined by document width. Number of frames is how many times can fit document width within height. I do this to avoid adding more shortcuts to my tool while continuing to use no menus at all
Working again on a textmode editor
Been some working on ASCII UI. That was hard x), specially the input range ! As balance I had lot of fun making an "7 segment display font". Hopefully I will be able to be more into gameplay with theses elements
Happy #WIPWednesday! Are you working on a game? Making some art? Practicing a song? Something else? Tell us in the comments!
Making a simple textmode platformer while working on The Wind through the Wheels engine. Don't know if I'll add lot of content but its fun to do https://adelfaure.net/lab/platformer/
having fun with a randomizing function
Finally found a way to make slopes!
I added 14 special characters with lines of different heights to the font. They are replaced during rendering according to the rounding of the Y coordinate of their "sprite" (one character large road segment)
6 comments