Skip to content

Tic Tac Toe game that works with any board size, and with or without a GUI

License

Notifications You must be signed in to change notification settings

HOLINHED/Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe

Tic Tac Toe game where the player plays againsts the computer.

The project has three packages. Graphics, Logic, and TextBased.

Graphics contains all of the code for the GUI version of the game. TextBased contains all of the code for a text-based version of the game.

Logic contains all of the game code. Everything related to the game is contained in this package, while everything related to display is located elsewere. It contains an interface for input systems for the user to interact with the game.

About

Tic Tac Toe game that works with any board size, and with or without a GUI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages