Skip to main content

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

The visuals of the tutorial and everything were really lovely! I also liked the choice of menu and how you put the buttons. How you can adjust the volume. I had too much of a hard time playing the game with azerty keyboard with both button combinations. I understand that's made to be difficult on purpose but I really couldn't get the hang of it. 😅 I call skill issue. It was entertaining to try, try again and keep trying, so it's certainly a tad addicting!

other keyboard layouts didnt really crossed my mind when designing the input for this game not sure how i couldve fixed it without adding a control remap option. Also arrow keys should work if you turned on the WASD Option.

(+1)

Ooooooh! You're right! Arrow keys DO work, so your game DOES work well on other keyboards! I even tippled my time alive. In that case you don't have a flaw, CavoX5! You might not have had other keyboard layouts in mind, but you DID make it accessible for other keyboard! ^^

I'm not a coder myself, but I do watch a lot of gamedev coder on Twitch. They say to never hard code keys using 'Input.GetKey(KeyCode.W)' and instead using 'Input.GetAxis("Vertical") > 0' and 'Input.GetAxis("Horizontal")' or making an action map. 

Thank you for taking the time to reply and letting me know, I clearly missed that. It made it a lot less complicated to play the game. I really appreciate it!