soft-circles / clojure-tic-tac-toe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clojure-tic-tac-toe Build Status

The game of Tic Tac Toe written in Clojure

Installation

Make sure you have lein installed. To run:

Pass -t or --type flag followed by game type either hvh for Human V. Human game or hvc for Human V. Computer game.

cd ~/clojure-tic-tac-toe
lein run --type hvc

Test

Run the test suite:

cd ~/clojure-tic-tac-toe
lein spec

About

License:Eclipse Public License 1.0


Languages

Language:Clojure 100.0%