Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mitchellaw/tic-tac-toe
- Owner: MitchellAW
- License: mit
- Created: 2017-07-13T02:24:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-12T06:01:26.000Z (over 5 years ago)
- Last Synced: 2023-09-08T05:36:30.121Z (about 1 year ago)
- Topics: ai, game, gui, java, swing, tac, tic, tic-tac-toe, toe, unbeatable
- Language: Java
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)