Skip to content

hacobe/tic_tac_toe

Repository files navigation

Start a local server to play Tic-Tac-Toe:

flask run

Run unit tests:

python -m unittest lib_test.py

Generate all possible Tic-Tac-Toe boards through brute force and check that the GeeksForGeeks implementations of Minimax and Alpha-Beta pruning give the same move for each board as the find_best_move method in lib.py:

python compare_strategies.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages