Clojure Tic-tac-toe The game Tic-tac-toe, featuring an unbeatable AI. System requirements Leiningen Speclj (Required to run the specs) Usage Clone the repo: git clone https://github.com/bspatafora/clojure_tic_tac_toe.git Run the specs: lein spec Run the game: lein run