A fun game of tic tac toe playing around with timer events, 2D arrays, and checking win conditions. This was a simpler program to implement, allowing for more time to focus on the structure of the code and streamlining the conditionals used in the game logic.
C# using Windows Forms App (.NET Framework)