top of page

Tic Tac Toe

This is a Java project that I did for fun, and to teach myself how to use the basics of Java GUI features such as JPanels and JButtons. It is simple and has no coloring, but it is a functioning Tic-Tac-Toe game. You can download it and try it for yourself.

This project was inspired by a smaller project that I did in my first programming class. It was a Java class, and the final project involved a command-line Tic-Tac-Toe game. For a long time, I had wanted to remake the project with a GUI, and one day, I did. Here it is.

bottom of page