Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/radicalzephyr/tictactoe
- Owner: RadicalZephyr
- License: epl-1.0
- Created: 2015-01-26T22:13:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-16T06:22:56.000Z (over 6 years ago)
- Last Synced: 2024-12-24T08:50:11.901Z (5 days ago)
- Language: Clojure
- Homepage: http://www.zephyrizing.net/tictactoe/
- Size: 11 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.