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

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

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.