Skip to content

joel-jaimon/Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

TicTacToe

This project is a part of CS50AI, My work was on tictactoe.py . I used minimax algorithm to help AI find its optimal solution.

    Instruction:-

  • Go to tictactoe folder.
  • Using virtual environment:

    For cmd run:

    ".\venv\Scripts\activate"

    For bash run:

    "source venv/Scripts/activate"

  • Run:

    "python runner.py"

About

Tic Tac Toe using Minimax algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published