Skip to content

Caleb-Ellis/tictactoe-minimax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe - Minimax

A web version of Tic Tac Toe that utilises the minimax algorithm. This means you can never win - only draw!

alt text

User Story: I can play a game of Tic Tac Toe with the computer.
User Story: My game will reset as soon as it's over so I can play again.
User Story: I can choose whether I want to play as X or O.

TODO: Implement minimax algorithm, lol.