Skip to content

cout-hello-world/tictactoe

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages