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)
- Host: GitHub
- URL: https://github.com/statico/kragnoth
- Owner: statico
- Created: 2013-07-25T05:27:19.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2016-11-11T05:40:23.000Z (over 9 years ago)
- Last Synced: 2025-01-02T03:44:25.805Z (over 1 year ago)
- Topics: coffeescript, html5, html5-canvas, lockstep, multiplayer, multiplayer-game, nethack, nodejs, roguelike
- Language: CSS
- Homepage:
- Size: 4.58 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# krag'noth

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`