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

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!

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
```