Terminal game inspired in Rain World (WIP).
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
310 B

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