Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 300 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 300 Bytes

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