/clojure-tic-tac-toe

Primary LanguageClojureEclipse Public License 1.0EPL-1.0

clojure-tic-tac-toe Build Status

The game of Tic Tac Toe written in Clojure

Installation

Make sure you have lein installed. To run:

Pass -t or --type flag followed by game type either hvh for Human V. Human game or hvc for Human V. Computer game.

cd ~/clojure-tic-tac-toe
lein run --type hvc

Test

Run the test suite:

cd ~/clojure-tic-tac-toe
lein spec