Skip to content

Implementatiom of tic-tac-toe game with minimax using alph-beta pruning algorithm. It is a undergraduate project

Notifications You must be signed in to change notification settings

maycommit/tic-tac-toe

Repository files navigation

How to run:

  1. Run server
pip install -r requirements.txt
python server.py
python -m http.server 8000 -d ./out
  1. Open front: view/index.html on browser
  2. Open report page after play the game in http://localhost:8000

About

Implementatiom of tic-tac-toe game with minimax using alph-beta pruning algorithm. It is a undergraduate project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published