roguelike/README.md

16 lines
310 B
Markdown

# Night world
## TODO
- [ ] Add more maps and intercommunication between them.
- [ ] Add asyncronous input and time.
- [ ] Add enemies.
## Instalation
```
$ git clone <this-repo>
$ cd night-world
# apt install haskell-stack # May vary depending on distro
$ stack install
$ roguelike # (TODO change name)
```