Would be better if it supported arrows in addition to WASD for controls: it is literally unplayable internationally.
Interactive 3D ASCII scenes
11–20 of 62 posts
It does support arrows though. Worked fine for me at least.
Re: Interactive 3D ASCII scenes
#12Re: Interactive 3D ASCII scenes
#13Why WASD ? A lots of people on the Internet doesn't have a Qwerty keyboard.
It supports arrow keys?
Re: Interactive 3D ASCII scenes
#14Re: Interactive 3D ASCII scenes
#15Re: Interactive 3D ASCII scenes
#16Great job! I’m amazed. The game reminds me of Monument Valley [1]. [1] https://www.monumentvalleygame.com/
also Edge Extended https://en.wikipedia.org/wiki/Edge_(video_game)
Re: Interactive 3D ASCII scenes
#17Would be better if it supported arrows in addition to WASD for controls: it is literally unplayable internationally.
[deleted]
Re: Interactive 3D ASCII scenes
#18Since the movement speed is tied to requestAnimationFrame, the speed of the game changes with the update frequency of the user's monitor. Since all my monitors are at 144Hz this game is ridiculously fast for me.
To clarify, there's nothing wrong with tying your movement to requestAnimationFrame() and it is in fact encouraged, but you must modulate it by the frame delta.