Skip to content

joemattar/tic_tac_toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tic_tac_toe

Tic Tac Toe game with different playing modes (PvP, PvAI) and difficulty (easy, Normal, Impossible)

Impossible difficulty level coded using the Minimax recursive algorithm.

Made using html, css, and javascript.