Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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`