Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

I tried this in a VM running Ubuntu MATE, it ran reasonably well. It did occasionally miss controls and I wasn't sure if it was my VM or the game itself. It was pretty fun, witty, and reminded me of freeware games from the 2000s in a good way.

it missed controls for me too and I'm running Fedora on a physical machine, it might be the game itself

Yeah I guess that's from my game,
If the bug happen a lot it would be easy to debug, but because it happen only sometime it's hard to debug.

A problem is that I use a game engine in js I've made in 2013 didn't touch the code for ~7years and decide this year to support JavaScript in a generic game engine in C on which I work,  so I have like 3 layers of key handling to debug (1 in my game engine in C, another in the one in js, and the part that really do the key handling ).
Also I've learn js while making this engine so a lot of code are ugly...