/Tic-Tac-Toe

A Tic Tac Toe game using pygame and pygame-menu

Primary LanguagePython

TIC TAC TOE

This is a 2 Player Tic-Tac-Toe game using pygame.

Screenshots

MainMenu

mainmenu

Loading Screen

loading

3x3 board

three

4x4 board

four

Using The Application

  • Clone GitHub repository
  • Install Pygame:
pip install pygame
  • Install Pygame-menu:
pip install pygame-menu
  • Run
python tictactoemain.py

Documentation

Pygame

Pygame-menu