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

I love the idea and the flow of the game, I think your environment really worked well with the theme of the game.

Some notes, I think more instructions or arrows to give "hints" would help a lot

Also, WASD work without the "limit" mechanic, I'm sure this is a bug but I just wanted to point it out in case you continue to work on the game.

Ahh darn I forgot about that, thanks for the feedback!

(+1)

With unity you can use GetAxis("Horizontal") and GetAxis("Horizontal") to handle both arrows keys and WASD

(+1)

Haha yeah looks like that was the problem. I used GetAxis("Horizontal") for the movement originally, but not for the part where stops you from using it. Thanks for the advice!