Inspiration
This project stems from the desire to explore fundamental concepts of game development and programming logic in a fun and accessible way
What it does
This program allows players to engage in an interactive game where they take turns placing 'X' or 'O' until one player achieve a winning combination or until the grid is filled
How I built it
The game is designed in such a way that users can make their marks within the 3x3 grid provided, allowing them to make only valid moves while accurately predicts the outcome of the game
Challenges I ran into
It was very time consuming to figure out all possible moves of the players and put it into practice but I managed to put everything together at the end
Accomplishments that I'm proud of
The program constantly asks each player to make a move and then automatically stops when the game ends in a tie or when there's a winner
What I learned
I learned how to organized my code in such a way that it's easy to track if I'm missing any cases
What's next for Tic Tac Toe
I'll try to increase the grid of the game or may be even allow players to input the grid they want
Log in or sign up for Devpost to join the conversation.