AleXoundOS / roskell

Rogue-like in Haskell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

it's a haskell rogue-like!

build

$ nix build

In case of successfull build a ./result symlink will be created with binaries.

run

Without git clone build and run the latest version in a single command:

$ nix run git@github.com:adlaika/roskell.git

When inside the working directory of the cloned git repository.

$ nix run

or if you have already run nix build it should have created a ./result symlink:

$ result/bin/roskell

Exit with q or Ctrl+C. After exitting you might want to fix your terminal with reset command.

develop

$ nix develop
$ cabal repl

About

Rogue-like in Haskell


Languages

Language:Haskell 91.5%Language:Nix 8.5%