Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 778 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 778 Bytes

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