3210jr / tictactoe

Tic Tac Toe game vs the computer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tictactoe

Tic Tac Toe game vs the computer

Flask app with a Vue front end. The algorithm is a decision tree trained with a random dataset of 2 bots randomly playing tic tac toe. Currently, the decision tree is not hard to beat, a better trained model is needed :)

Requirements

  1. Python - Tested on Python 3.6
  2. Flask

Instructions:

To run the game simply clone the repo and run python app.py

About

Tic Tac Toe game vs the computer

License:MIT License


Languages

Language:HTML 70.9%Language:Python 18.0%Language:CSS 11.1%