cout-hello-world / tictactoe

This game plays perfect Tic-Tac-Toe as the second player using the brute-force minimax.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This game plays perfect Tic-Tac-Toe as the second player using the brute-force minimax.

License:MIT License


Languages

Language:Java 100.0%