Skip to content

aizenbaidya/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe

A simple tic-tac-toe game made using Java and the StdDraw library.

Some features to implement in the future

  • Add actual multiplayer support.

How to run the project

Download the project into a folder and run "javac *.java" in the terminal to compile it and "java Main" to run it.

Credits

The StdDraw library is linked here, and the images used are linked here.

Notes

Press R to play again once the game is over.