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

https://github.com/statico/kragnoth

:smiling_imp: Proof-of-concept HTML5 multiplayer roguelike (2012)
https://github.com/statico/kragnoth

coffeescript html5 html5-canvas lockstep multiplayer multiplayer-game nethack nodejs roguelike

Last synced: about 2 months ago
JSON representation

:smiling_imp: Proof-of-concept HTML5 multiplayer roguelike (2012)

Awesome Lists containing this project

README

          

# krag'noth

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

VERY WORK IN PROGRESS / PROOF OF CONCEPT

## Getting started
- `npm install`
- `npm install -g nodemon nodeunit`
- `npm test`
- `nodemon -e coffee app.coffee --numPlayers 1`
- Go to http://127.0.0.1:8080/
- Use HJKL/NBYU keys to navigate (for now)

## Running on a server
Make sure the app knows how to connect to itself:
- `./app.coffee --host myhost.example.com`