Inspiration
I was inspired by the classic game of Tic Tac Toe, a staple of childhood games known for its simplicity and the strategic thinking it encourages.
What it does
This Tic Tac Toe game allows two players to take turns marking spaces in a 3x3 grid, with the objective of being the first to align three of their marks vertically, horizontally, or diagonally. It's a simple yet engaging game that tests players' strategy and foresight.
How we built it
I developed the game using Java, focusing on creating a straightforward and user-friendly console application. I utilized basic programming concepts such as arrays, loops, and conditionals to manage the game's logic, board display, and user input.
Accomplishments that we're proud of
I'm proud of implementing a fully functional Tic Tac Toe game that runs smoothly and provides a clear display of the game board in the console.
What we learned
Through this project, I deepened our understanding of Java programming, especially in handling user input and managing game state. We also learned the importance of clear code structure and comments, making our game easy to understand and modify.
Log in or sign up for Devpost to join the conversation.