Skip to content

newsomc/tic-tac-toe

Repository files navigation

tic-tac-toe

Tic Tac Toe for ClojureScript.

About

This is a somewhat direct port of push state Tic Tac Toe in JavaScript. See the original here.

Install

  1. Install Leiningen
  2. Clone this repo git clone [email protected]:newsomc/tic-tac-toe.git
  3. cd in to tic-tac-toe and run lein deps
  4. Compile clojurescript with lein cljsbuild auto (I like using the auto option). To see other options for compiling your clojurescript do lein cljsbuild --help
  5. lein run
  6. Sit back and play the simpliest game on earth!

Todo

  • Highlight background cells along winning axis.
  • Resizable game table

About

Pushstate Tic Tac Toe for ClojureScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published