Interactive 3D ASCII scenes
yeahpython.github.io
Interactive 3D ASCII scenes
1–10 of 62 posts
Re: Interactive 3D ASCII scenes
#2Re: Interactive 3D ASCII scenes
#3Re: Interactive 3D ASCII scenes
#4The game reminds me of Monument Valley [1].
Re: Interactive 3D ASCII scenes
#5Re: Interactive 3D ASCII scenes
#6Re: Interactive 3D ASCII scenes
#7But I can quell that disappointment and say how cool and exciting this is (if your target gameplaying public is the kind of people who hang out on HN; those who haven't seen a terminal aren't going to grok the graphic style).
Its years since I've done a game jam like ludum dare, but I hope some of HN get inspired to enter that kind of thing! Good luck and happy coding!
Re: Interactive 3D ASCII scenes
#8Re: Interactive 3D ASCII scenes
#9Why WASD ? A lots of people on the Internet doesn't have a Qwerty keyboard.
Re: Interactive 3D ASCII scenes
#10[1] https://www.w3schools.com/jsref/event_key_keycode.asp [2] https://keycode.info/
Edit: Apparently it is deprecated:
[3] https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEve... [4] https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEve...
Also there doesn't seem to be a way to detect the user's preferred layout before pressing any keys, that would make printing the instructions hard.