Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/radicalzephyr/tictactoe

A tictactoe game with an UNBEATABLE AI
https://github.com/radicalzephyr/tictactoe

Last synced: about 19 hours ago
JSON representation

A tictactoe game with an UNBEATABLE AI

Awesome Lists containing this project

README

        

# tictactoe

A tictactoe game with an UNBEATABLE AI.

## Installation

Download from http://www.zephyrizing.net/tictactoe/releases/tictactoe-0.2.1-standalone.jar

## Usage

To play the game, run this in a terminal (make sure you have Java 7 installed!):

$ java -jar tictactoe-0.2.1-standalone.jar

You can pass `-g` or `--gui` as options to run a graphical version. By
default it runs a text based game.

## Hacking

If you want to play with the code, you need some variant of
[Leiningen][lein] 2 or later. Download, and in the source folder run
`lein run` to launch the game.

[lein]: http://leiningen.org/

## License

Copyright © 2015 Geoff Shannon

Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.