Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

README.md

TicTacToe-Flask

Lightweight tic tac toe game using Flask framework and Angular. AI uses the minimax algorithm to calculate moves. Good luck trying to win.

Install

pip install -r requirements.txt

Run

python tictactoe.py

and navigate to http://localhost:5000

Minimax

Inside game.py is my implementation of the minimax algorithm.

Example

About

Tic Tac Toe using Flask framework and Angular. AI uses the minimax algorithm to calculate moves.

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.