/tictactoe-clj

An experiment in TDD using a tic-tac-toe kata in clojure

Primary LanguageClojureEclipse Public License 1.0EPL-1.0

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.