- HTML5 infinite world dungeon crawler example
- Multiplayer, uses websockets
- No combat or anything, just dungeon generation and movement
Try it: http://dungeonfun.herokuapp.com/ - Use arrow keys or IJKL/YUBN to move
Open in multiple tabs to see the astounding multiplayer capabilities 😭
npm installnpm run start- Go to http://localhost:5000/
Note: This was made in mid-2011.
- CoffeeScript
- Express
- Socket.io
- Third-party scripts for Perlin noise & A-star pathfinding
Tiles are the default NetHack tileset
