Terminal game inspired in Rain World (WIP).
Go to file
Suguivy 71759c028c Added more parameters in JSON (no functional yet) 2021-02-21 16:59:17 +01:00
maps Added more parameters in JSON (no functional yet) 2021-02-21 16:59:17 +01:00
src Added more parameters in JSON (no functional yet) 2021-02-21 16:59:17 +01:00
LICENSE Updated LICENSE 2021-02-12 15:13:01 +01:00
README.md Added instalation instructions 2021-02-21 00:45:44 +01:00
roguelike.cabal Now maps are in JSON format 2021-02-19 19:52:43 +01:00
stack.yaml First commit 2021-02-11 23:40:00 +01:00

README.md

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)