Tic Tac Toe for ClojureScript.
This is a somewhat direct port of push state Tic Tac Toe in JavaScript. See the original here.
- Install Leiningen
- Clone this repo
git clone [email protected]:newsomc/tic-tac-toe.git
- cd in to tic-tac-toe and run
lein deps
- Compile clojurescript with
lein cljsbuild auto
(I like using the auto option). To see other options for compiling your clojurescript dolein cljsbuild --help
lein run
- Sit back and play the simpliest game on earth!
- Highlight background cells along winning axis.
- Resizable game table