Command-Line Tic Tac Toe game written in Clojure.
-
Clone this repo.
-
lein run
to run the program andlein spec
to run the tests.
- The board is currently hardcoded to be 3x3. The user should be able to select the desired size of the board (for example 4x4).