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?

  1. Just ensure you've python3 installed on your local machine. ✅
  2. Open your preferred command line utility and run python game.py being in this project's root directory.✅
  3. Play with a friend!! ✅

Built With

Share this project:

Updates