/Tic-Tac-Toe

A Tic Tac Toe game with opponent and GUI using swing in Java

Primary LanguageJavaMIT LicenseMIT

Tic-Tac-Toe

A Tic Tac Toe game with AI that follows a simple set of rules. The game is displayed using a GUI using swing in Java.

Currently the AI should always either win or create a draw.

Tic-Tac-Toe-GUI