A functional programming style implementation of Impossible TTT on the command line, in Clojure.
- If you don't have Clojure / Leiningen installed, you can download / install from here: https://leiningen.org/
- Clone the Impossible TTT repository
- Change directories into the
ttt-clojure
directory
- Run the program with the
lein run
command. - Follow on-screen instructions for gameplay.
- For unit tests, change directories into the
test
directory and run thelein test
command.