GitXplorerGitXplorer
a

tic-tac-toe

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
0f0309d5e74c7a3dc76d3f82c4f2bdc5164dacaa

Fixed duplicated variable

aaitorfi committed 3 years ago
Unverified
03d0645d050b1fca883e568bba04d7a4d894db0d

Add page title

aaitorfi committed 3 years ago
Unverified
d975edd5edb06168907aaa3cf22585a708c44e30

Add JSDoc + readability improvements

aaitorfi committed 3 years ago
Verified
20d8816028dfb331bab4d96992fccf10b571cb51

Update README.md

aaitorfi committed 3 years ago
Verified
f8017a6829d31f9bce88ae7a0e35dadd68070262

Create README.md

aaitorfi committed 3 years ago
Unverified
8ac22f480927b1838fbdfd1dc4692487c260db04

Add footer links

aaitorfi committed 3 years ago

README

The README file for this repository.

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.