Skip to content

chubozeko/Tic-Tac-Total-Annihilation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Total Annihilation

The classic Tic Tac Toe game with customizable colour schemes. The color schemes are derived from a .txt file which contains numerous Colour Scheme names and their HEX color values.

Development

This game is implemented with Java and was developed on Eclipse Oxygen 2.

What I've Learned

  • Creating multiple colour schemes for a program
  • Understanding the game structure for Tic Tac Toe
  • Getting content from an external text file to use in the program
  • Creating a game with Java