Introduction
  • Introduction
Implementation Guidelines
  • What are we trying to implement?
Implementation of Tic Tac Toe using Python
  • Implementation Planning
  • Coding Part 1: Importing Libraries and Creating Empty Board
  • Coding Part 2: Check for empty places + Randomly place Xs and Os
  • Coding Part 3 (Part A): Evaluation for a Winner or a Tie
  • Coding Part 3 (Part B): Evaluation for a Winner or a Tie
  • Coding Part 3 (Part C): Evaluation for a Winner or a Tie
  • Coding Part 4: Main function to run/start the game
  • Coding Part 5: Final code and Results
  • Your Review Matters!
Future Scope of this project
  • Future Scope - What more can be done?