Terminal game inspired in Rain World (WIP).
Go to file
Suguivy 3b6316f21a Added instalation instructions 2021-02-21 00:45:44 +01:00
maps Now maps are in JSON format 2021-02-19 19:52:43 +01:00
src Now the game describes when parsing JSON gives an error 2021-02-20 15:10:02 +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)