diff options
author | Matt Kohls <mattkohls13@gmail.com> | 2019-10-27 20:59:50 -0400 |
---|---|---|
committer | Matt Kohls <mattkohls13@gmail.com> | 2019-10-27 20:59:50 -0400 |
commit | ae7f2b5ef9c724a2e346e351cb9bd7906c236361 (patch) | |
tree | 299a0c3ca3b40af430f37d46a2cccbcb0e19ce8b /README.md | |
download | rogue.js-ae7f2b5ef9c724a2e346e351cb9bd7906c236361.tar.gz rogue.js-ae7f2b5ef9c724a2e346e351cb9bd7906c236361.tar.bz2 rogue.js-ae7f2b5ef9c724a2e346e351cb9bd7906c236361.zip |
Initial bits
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..8de7d36 --- /dev/null +++ b/README.md @@ -0,0 +1,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
\ No newline at end of file |