Command-Line Tic Tac Toe game written in Clojure.
-
Clone this repo.
-
lein runto run the program andlein specto 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).