Skip to content
This repository was archived by the owner on Sep 28, 2020. It is now read-only.

airkoala/TicTacToe-MiniMax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe AI

This contains a tic tac toe game and an AI with the minimax algorithm. Made in Python 3.7.2

Usage

Run main.py. The default is 2 AIs fighting against each other. To change it change player_1 and player_2 to either Human.Human() or add your own class that inherits Player.