Skip to content

3210jr/tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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