Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mitchellaw/tic-tac-toe

A Tic Tac Toe game with opponent and GUI using swing in Java
https://github.com/mitchellaw/tic-tac-toe

ai game gui java swing tac tic tic-tac-toe toe unbeatable

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://github.com/MitchellAW/MitchellAW.github.io/blob/master/images/tic-tac-toe.png)