Skip to content

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

Notifications You must be signed in to change notification settings

mauricio-sousa/tictactoe-flask

 
 

Repository files navigation

TicTacToe-Flask

Codacy Badge

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

Implementation of the minimax algorithm.

Example

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 42.7%
  • JavaScript 30.4%
  • HTML 18.7%
  • CSS 6.6%
  • Dockerfile 1.6%