Skip to content

Blockitifluy/Better-TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Better TicTacToe

This is an unlisensed project, feel free to copy, modify, seel and compile the project as stated in the License file. This is a fun little project that I made in 3 hours. This is a console based project; where two players can competively play TicTacToe. That's it.

An example of the program on a console An example of the program on a console

Notes

The game doesn't actually delete system32; just look at the code.

This only works on a 3 by 3 grid (Add a board checking baking system).

Planning on an AI that can play TicTacToe with you.

Credits

  • Blockitifluy - Me
  • You - ¯\_(ツ)_/¯

The cleanest code I have ever made