Live data from Hacker News

Interactive 3D ASCII scenes

yeahpython.github.io

1–10 of 62 posts

Re: Interactive 3D ASCII scenes

#7
The github user gave me hope it would somehow be a python-in-the-browser thing somehow.

But 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

#10
About WASD controls and alternative layouts: apparently JS supports key codes.

[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.

Post reply on HN