An open API service indexing awesome lists of open source software.

https://github.com/statico/dungeonfun

:joystick: Infinite multiplayer dungeon using HTML5 and WebSockets (2011)
https://github.com/statico/dungeonfun

html5 html5-canvas mmo mmorpg multiplayer multiplayer-game multiplayer-game-server nethack nodejs roguelike

Last synced: 19 days ago
JSON representation

:joystick: Infinite multiplayer dungeon using HTML5 and WebSockets (2011)

Awesome Lists containing this project

README

        

# dungeonfun

![](http://imgur.com/mO9su5C.gif)

- 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 😭

## Getting Started

- `npm install`
- `npm run start`
- Go to http://localhost:5000/

## Tech

Note: This was made in mid-2011.

- CoffeeScript
- Express
- Socket.io
- Third-party scripts for Perlin noise & A-star pathfinding

## Art

Tiles are the [default NetHack tileset](https://nethackwiki.com/wiki/Tileset)