TicTacToe Gamemodes

Different ways to play tic tac toe!

Solo Project

Role: Programmer

Last Updated: June 25, 2024

Description

This project creates a GUI using the Java Swing Library to play tic tac toe gamemodes. You are able to play regular tic tac toe, ultimate tic tac toe, against an unbeatable AI, and a 3-at-a-time tic tac toe. A version I came up with in my freshman year of high school. This project stemmed from being bored in my junior year high school computer science class and has since added a GUI and other modes.

Contributions

- Programmed a simple TicTacToe game
- Programmed the GUI using Java Swing to make it playable outside the terminal
- Learned the minimax algorithm for the impossible AI