Inspiration

I wanted to make something open-source kind of project. That eagerness inspired me a lot.

What it does

It lets two users play the game in a duel. They just have to input the position of the 'X' or 'O'. And every time someone inputs the position it prints the whole tic-tac-toe board on the screen to make it more real. The playing instruction is also mentioned in the code.

How we built it

I already learned Python language before and but currently, I am just learning Java. So I built it using python. I used as simple as a possible approach to make it.

Challenges we ran into

The main challenge was to implement a logic to terminate the game and decide the winner. But I did it and it works.

Accomplishments that we're proud of

Of course, it's my game that makes me proud.

What we learned

I learned to implement the logic and also learned more about the particular language.

What's next for Tic-Tac-Toe Game

If possible then I will try to make it play using GUI and also implement person vs computer mode.

Built With

Share this project:

Updates