Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 521 Bytes

File metadata and controls

26 lines (17 loc) · 521 Bytes

Tic-Tac-Toe game

This is the popular game Tic-Tac-toe created with Python using PyGame library.

There are 2 modes:

  • 2 Player mode,
  • Player vs AI mode.

To play the game you must first:

  • Open the terminal in this repo,

  • Install the required packages by running.

    pipenv shell
    pipenv install
    
  • Run the application:

    • game.py for 2 player mode,
    • game_AI.py for Player vs AI mode.

Game Screenshot