Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Weirdly, arrow key input didn't work on Google Chrome Version 90.0.4430.93. I had to use Edge to be able to play.

As a right-handed player, it was wonky to play with arrow keys and mouse.  I don't know what language, or what engine you're using, but with C# and Unity Engine, you can use 'Get Axis' and choose "Horizontal" and it uses the Input Manager. By default it will use left,right,A,D and will even work for gamepads.

Great game.  Perfect soundtrack. Loved the voices too.

(+1)

Thanks for submitting the issue with the key. I'm working on Mac and tried with safari, firefox and Vivaldi (which is chrome based). Interesting that some specific browser version cause some issue. Sorry about that.

Concerning the usual WASD keys, I often avoid it at first because I have an AZERTY keyboard : W is Z on my keyboard, and A is Q ;-) so it's difficult for me to play test if I develop first with WASD. Then if I rememberer or have time left, I add it at the end :-P

BTW, I'm using Godot when I develop for trijam ;-) Their is maybe an easy way to had more input keys ... I should investigate.