glittershark / xanthous

a WIP TUI RPG

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xanthous

Building

$ nix build

Running

$ ./result/bin/xanthous [--help]

Keyboard commands

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

Development

Use lorri, or run everything in a nix-shell

# Build (for dev)
$ cabal new-build

# Run the game
$ cabal new-run xanthous

# Run tests
$ cabal new-run test

# Run a repl
$ cabal new-repl

About

a WIP TUI RPG

License:GNU General Public License v3.0


Languages

Language:Haskell 98.1%Language:Nix 1.2%Language:Shell 0.4%Language:Dockerfile 0.3%