Skip to content

EdgarHarutyunyan02/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

TicTacToe created with Python using PyGame library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages