Skip to content

Sahir1234/ultimate-tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Ultimate Tic-Tac-Toe

This was my first independent Java Project that I made using Java Swing to create the GUI. It uses three basic classes and follows an MVC design pattern. There is a model class that controls the game board, a view class that creates the GUI, and a controller class that governs the entire thing. The project creates a small window where users can play the game Ultimate Tic-Tac-Toe (https://en.wikipedia.org/wiki/Ultimate_tic-tac-toe).

About

First Project: Basic game using Java Swing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages