Skip to content
/ tictactoe Public

A simple tictactoe AI made in python/pyscript using the minimax algorithm

Notifications You must be signed in to change notification settings

msr8/tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


This is a simple tictactoe AI made in python/pyscript using the minimax algorithm which can be played against here. There are 3 available modes:

  • Player VS Player: No bot involved
  • Player VS AI: Player moves first
  • AI VS Player: Bot moves first

Made this project to try my hand at pyscript as well as the minimax algorithm