tictactoe
A Tic-Tac-Toe winner detection solution written in Clojure. This was an experiment in creating a winner detector as a code kata using TDD in Clojure.
Usage
(winner? sample-board-x X) => true
(winner? sample-board-x O) => nil
License
Copyright © 2014 Damon Snyder
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.