/Clojure-Tic-Tac-Toe

Tic Tac Toe program written in Clojure (8th Light project)

Primary LanguageClojureEclipse Public License 1.0EPL-1.0

Tic Tac Toe API in Clojure

An API to play Tic Tac Toe. This project includes the core code to support a Tic Tac Toe game, although it cannot be ran on its own. To actually run the program, use the project at https://github.com/bean00/custom-clojure-ttt.

Instructions

  1. Clone or download this repository onto your local machine
  2. Use the console to run the tests

More on Testing

  • Run lein test-refresh to keep the tests running, and refresh the output anytime the code changes (need plugin below)

Plugins to Support Development