aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 8de7d3638b8fd4bca02b27b759df3f1b31a26577 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
rogue.js
========

A simple multiplayer, roguelike, game.

### Features
* Gameplay inspired by Nethack but nowhere near as in depth
* Multiplayer dungeon, where others can help or hurt your run
* Whatever else I get inspired to do

Copyright and Licenses
======================

2019 Matt Kohls

GPL3

### Libraries and Resources Used

[ws](https://github.com/websockets/ws) a Node.js WebSocket library. MIT