Inspiration
A command line based classic TIC-TAC-TOE game 🎮, where the player who succeeds in placing three of their marks in a diagonal, horizontal, or vertical row is the winner 😮. It is a solved game with a forced draw assuming best play from both players. 😎
How we built it
Built using pure python without any use of external python module.
What we learned
Examined and learned how python dictionaries can be so helpful as to store some complex data structures as our game board was.
What's next for Tic Tac Toe?
That's the question! In the future updates to this project, I'll be integrating this logic layer to a web-app so as to have a real-time experience of playing our classic TIC-TAC-TOE.
How to play?
- Just ensure you've
python3installed on your local machine. ✅ - Open your preferred command line utility and run
python game.pybeing in this project's root directory.✅ - Play with a friend!! ✅

Log in or sign up for Devpost to join the conversation.