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.
Suguivy 71759c028c Added more parameters in JSON (no functional yet) 3 years ago
maps Added more parameters in JSON (no functional yet) 3 years ago
src Added more parameters in JSON (no functional yet) 3 years ago
LICENSE Updated LICENSE 3 years ago
README.md Added instalation instructions 3 years ago
roguelike.cabal Now maps are in JSON format 3 years ago
stack.yaml First commit 3 years ago

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)