https://github.com/hackergrrl/dungeon-typing
Mavis Beacon teaches dungeon crawling!
https://github.com/hackergrrl/dungeon-typing
Last synced: about 1 year ago
JSON representation
Mavis Beacon teaches dungeon crawling!
- Host: GitHub
- URL: https://github.com/hackergrrl/dungeon-typing
- Owner: hackergrrl
- License: unlicense
- Created: 2018-04-21T19:09:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-06T20:59:08.000Z (about 8 years ago)
- Last Synced: 2025-02-18T17:19:37.800Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.16 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dungeon Typist

## Play
http://eight45.net:8000/dungeon-typist
## Build & Play Locally
```
git clone git@github.com:noffle/dungeon-typing
cd dungeon-typing
npm install
npm i -g budo
budo index.js
chromium http://localhost:9966
```