Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boxbeam/tictactoe
https://github.com/boxbeam/tictactoe
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/boxbeam/tictactoe
- Owner: boxbeam
- Created: 2016-07-02T16:31:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-21T20:52:30.000Z (over 8 years ago)
- Last Synced: 2024-11-05T23:09:30.121Z (about 2 months ago)
- Language: Java
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TicTacToe AI buttons
[Turn]: Takes a turn[Start]: Plays games as fast as possible
[Stop]: Stops playing games as fast as possible
[Save]: Saves the current AI playing as O
[Load]: Loads the saved AI to play as O
[Reset AI]: Resets the AI playing O
[Clear]: Clears the board
[Random]: Sets the AI playing X to a random AI
[Predictable]: Sets the AI playing X to a predictable AI
[Learning]: Sets the AI playing X to a learning AI
[Human]: Allows you to play
[Evolve]: Should O evolve?
[Autostop]: Should it stop playing games as fast as possible if O wins 30 games in a row?