Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cout-hello-world/tictactoe
This game plays perfect Tic-Tac-Toe as the second player using the brute-force minimax.
https://github.com/cout-hello-world/tictactoe
Last synced: 6 days ago
JSON representation
This game plays perfect Tic-Tac-Toe as the second player using the brute-force minimax.
- Host: GitHub
- URL: https://github.com/cout-hello-world/tictactoe
- Owner: cout-hello-world
- License: mit
- Created: 2015-06-19T06:14:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-09-21T01:46:13.000Z (about 1 year ago)
- Last Synced: 2024-08-02T06:20:57.639Z (3 months ago)
- Language: Java
- Size: 6.84 KB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-open-source-games - Tictactoe - Graphical tic-tac-toe AI which never loses. (Native / Puzzle/card/board)
README
# TicTacToe
This program plays perfect tic-tac-toe for desktop with a **brute-force minimax** algorithm.Compile with java 1.7 or greater with
`javac *.java`
from the root of the archive.
Run with
`java TicTacToe`