Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 711 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 711 Bytes

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