tvl-depot/README.org
Griffin Smith 310ea90985 Add build and run instructions to the README
just for the heck of it.
2019-11-30 14:13:07 -05:00

569 B

Xanthous

Building

$ nix build

Running

$ ./result

Keyboard commands

Keyboard commands are currently undocumented, but can be found in [this file. Movement uses the nethack-esque hjklybnu.

Development

$ nix-shell

# Build (for dev)
[nix-shell:xanthous]$ cabal new-build

# Run tests
[nix-shell:xanthous]$ cabal new-run test

# Run a repl
[nix-shell:xanthous]$ cabal new-repl