/hirstree

Word guessing game in Clojure.

Primary LanguageClojure

Hirsipuu with Clojure

Installation

Download from releases. You need to have a working installation of docker and docker-compose on your computer. (Or you can just use leiningen if you're into that sort of stuff.)

Development

Sources under src/hirstree/

make dev

Build

make build

Builds an executable to target/base+system+user+dev/

Run the built executable

make run 

On some operation systems this by default shows an error. In that case, execute make run with admin privileges, eg. sudo make run on an UNIX system