tic-tac-toe-clojure

A Tic Tac Toe game written in Clojure.

  • Human VS Human
  • Computer VS Human
  • Computer VS Computer

Set up

Make sure you have Java, Clojure and Leiningen installed on your machine. These can all be installed via Homewbrew if that's your jam (there are some instructions here)

Running the programme

You can play Tic Tac Toe by running lein run from the command line. Just be gentle with it...

Running the test suite

You can run the tests by running the command  lein spec (or lein spec -a if you want the test to reload automatically after updating them).