TIC TAC TOE
9/24/23
Java
Over the Fall 2023 semester, I have been coding a little 2D game engine from scratch in Java. This is the first game I made in my engine..
This was the first game I made, when my engine was still at its beginning stages. I learned how to draw different shapes, by creating a kit of UI elements that could resize and allow for user interaction.

Because this game was so simple, I decided to explore design principles in this project.