Browse Source

Added instalation instructions

main
Suguivy 2 years ago
parent
commit
3b6316f21a
  1. 9
      README.md

9
README.md

@ -4,3 +4,12 @@
- [ ] 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)
```

Loading…
Cancel
Save