https://github.com/sathiiii/tic-tac-toe-mvc-project
https://github.com/sathiiii/tic-tac-toe-mvc-project
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sathiiii/tic-tac-toe-mvc-project
- Owner: sathiiii
- License: apache-2.0
- Created: 2021-02-09T03:56:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-09T04:03:20.000Z (about 4 years ago)
- Last Synced: 2025-01-11T09:54:44.016Z (4 months ago)
- Language: Java
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TicTacToe Game
This is a GUI program made according to the MVC (Model View Controller) architecture.
The program identifies a Game Over (either a win or a tie) in O(1) time using the concept of the 'Magic Square'. More details are mentioned as comments in the code.