This project was a fun, one-evening collaboration between two friends. We used VSCode Live Share to work together in real-time, each contributing to the code and problem-solving process.
The game is a simple, interactive version of Tic Tac Toe. Players take turns marking spaces in a 3x3 grid, with the goal of placing three of their marks in a row - either horizontally, vertically, or diagonally. The game's status updates dynamically as the game progresses, announcing either the winner or a draw when the game ends.