/TicTacToe

Tic Tac Toe game made with Python Arcade

Primary LanguagePython

Tic Tac Toe game made with Python Arcade

Tic Tac Toe

How to install?

  1. Install Python
  2. Install Arcade
  3. Download and extract current repository

How to launch?

Go to repository folder and double-click on main.py file

Ideas for improvements

  • Add "hard" game difficulty ("No chance to win")
  • Change game difficulty (easy/normal/hard)
  • Allow Player to play for "O"
  • 2-players game
  • Resize/fullscreen window
  • Dark color scheme
  • "New game" button
  • Draw "winning line"
  • Delay between Player's and Bot's turn
  • Delay between Player's/Bot's action and "Game Over" text
  • Statistics (number of wins/draws/defeats)