Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 776 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 776 Bytes

Tic Tac Toe

This is a simple tic tac toe game that supports single and local multiplayer modes. Try it here.

The multiplayer game mode is simple, tiles are placed on the board by using a flag that determins which player's turn it is. However, the single player mode uses the minimax algorithm and an evaluation function to find the best counter move for a given input.