Eniko Fox
@enikofox
I make gay video games @kitsunegames.bsky.social with @nj0rd.bsky.social. Kitsune Tails, Super Bernie World, MidBoss dev. Mask wearer. Programming language development enthusiast Fuck AI Follow me on Mastodon @eniko@mastodon.gamedev.place She/her
Our summer sale isn't over! Kitsune Tails is 35% off on Steam and itch kitsunegames.com/kitsunetails Or help our queer studio survive into the future by getting all four of our games as a bundle for $17.99 on itch (itch.io/s/192877/sum...) or $18.75 on Steam (store.steampowered.com/bundle/15673...)
got some good work done on You Have Died (And Been Reincarnated As A Fox Girl) today. four way menus and submenus are in now. kind of hard to make a cool screenshot or video showing that off but have a screenshot anyway i guess! #GameDev #PixelArt #RetroDev #DosGaming 🎮
card flip animation for You Have Died (And Been Reincarnated As A Fox Girl) :3
made a picture of this block coding system to illustrate so each block gets processed in turn doing something to the stack: pushing 8 on it, then 3, then popping off two values and adding them and pushing the result, 11
slowly getting all the battle GUI bits and bobs in place in You Have Died (And Been Reincarnated As A Fox Girl)
lol my guild wars 2 boss timers app still works :D amazing. i made this 12 years ago i dunno if all the boss timers are still accurate but so far they seem to be
doesn't look like much but i had to do so much work to make this work (arena allocator, scene management system overhaul and more) anyway, now i can push a battle scene onto the scene stack in you have died, with a customizable transition, and then pop it back off the stack to return to the dungeon
If the problem is there's just not enough people there, I basically have as many followers here (13k) as I do there (12k) despite the fact this place has starter packs for low engagement follower-farming And if the issue is that you "can't go viral" on mastodon, I can only say: skill issue
i'm more than happy to boost anyone's introduction post to my 12k follower once they join mastodon (it's a thing over there) assuming you've got a filled out bio and avatar image just @ me and send me a link to your intro post via private message
there's two misconceptions about mastodon 1. posts on mastodon can't blow up 2. engagement is lower on mastodon than bluesky
you don't have to use an extension to do this on Firefox • open settings > search • scroll down to search shortcuts and click add • fill out according to the image below (text in alt text) • click add engine • scroll back up and select "DuckDuckGo No Ai" under "default search engine"
wake up babe, new You Have Died (And Been Reincarnated As A Fox Girl) combat mockup just dropped with new player art by @rally.luckyraven.cc very happy with this one. might be the best GUI work i've ever done #GameDev #PixelArt 🎮
kitsune tails, the award winning gay foxgirl mario-like, is 35% off on steam: store.steampowered.com/app/1325260/... or you can pick up all four of our games in support of a queer studio for only $18.75: store.steampowered.com/bundle/15673...
i've optimized the dungeon view in You Have Died i am not taking suggestions for improvement at this time
looks exactly the same as before but: - now renders opaque columns front-to-back, then everything else back-to-front to prevent overdraw - wall images are stored transposed in memory for cache coherence
this was before i settled on my 8-bit rgb with 2 tall dither aesthetic, which would make it look like this. which shows pretty clearly that said aesthetic isn't effortless, some care has to go into making sure things don't blend together too much
fun fact, this image i made in... *checks date* february 2024 was actually my first experiment for that project i wanted to see if i could make something in blender good enough that crunchy low resolution would hide the flaws
the workflow is super nice: - i use my tile render script in blender, and it renders every frame for a tile - i open the first png in aseprite and make it an animation - i run my 8-bit rgb aseprite conversion script to crunch the colors - i run my blobber tile export script to make the bin file