roguelike/README.md

16 lines
310 B
Markdown
Raw Permalink Normal View History

2021-02-20 23:09:42 +00:00
# Night world
## TODO
2021-02-20 23:13:49 +00:00
- [ ] Add more maps and intercommunication between them.
- [ ] Add asyncronous input and time.
- [ ] Add enemies.
2021-02-20 23:45:44 +00:00
## Instalation
```
$ git clone <this-repo>
$ cd night-world
# apt install haskell-stack # May vary depending on distro
$ stack install
$ roguelike # (TODO change name)
```