Skip to content

FazleRabbbiferdaus172/tic_tac_toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

This project is a Tic Tac Toe game with Undefeatable A.I.. The A.I. is made using MINI-MAX Algorithm.

Demo

DEMO

Technologies

  • Python Version: 3.5.6
  • Pygame Version: 1.9.2a0

Setup

  1. Install python 3.5 or above.
  2. Clone the Repo.
  3. Open terminal in this directory and create a virtual environment using the command "python3 -m venv GameEnv".
  4. In the terminal write "GameEnv\Scripts\activate.bat".
  5. In the terminal write "pip install pygame".
  6. In the terminal write "python tic_tac_toe.py".
  7. Enjoy the game and Let me know if you can win against the A.I..

Releases

No releases published

Packages

No packages published

Languages