Interactive 3D ASCII scenes
21–30 of 62 posts
would love to see how this could transform into a rougelike (or a rougelike with the same aesthetics). really cool job! will poke at the source.
Re: Interactive 3D ASCII scenes
#22Re: Interactive 3D ASCII scenes
#23Now multiplayer this gem à la agar.io/slither.io and maybe pull in a little revenue through ads.
Re: Interactive 3D ASCII scenes
#24Re: Interactive 3D ASCII scenes
#25Re: Interactive 3D ASCII scenes
#26About 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 press…
The linked article [3] links to KeyboardEvent.code which is not deprecated and still supports physical layout
Re: Interactive 3D ASCII scenes
#27Looks cool, but I can’t try it out on mobile. Good job regardless!
Re: Interactive 3D ASCII scenes
#28This is crazy cool.
How do you create the maps ? After all, they are 3 dimensional not flat !
Re: Interactive 3D ASCII scenes
#29Wish it had mobile touch event support to experience it. Looks interesting