/cardungeon

A dungeon crawler with deck building elements

Primary LanguageClojure

Cardungeon

Cardungeon is a dungeon crawler based on the scoundrel card game.

Run the game from the commandline

Make sure clojure is installed. (Have a look at Clojure.org / getting started)

Run the 'play' alias to play the game:

clj -X:play

Development

To run the tests:

clj -X:test