Skip to content

aitorfi/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

    

About

A tic tac toe game with single and local multiplayer modes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published