An open API service indexing awesome lists of open source software.

https://github.com/deusbalatro/tictactoe

Classic 2 player tictactoe game
https://github.com/deusbalatro/tictactoe

assignment freecodecamp game game-development javascript javascript-game theodinproject tictactoe tictactoe-game tictactoe-javascript tictactoe-webapp vanilla-javascript web-development website

Last synced: about 1 month ago
JSON representation

Classic 2 player tictactoe game

Awesome Lists containing this project

README

          

# Classic 2 player tic-tac-toe game.

![Screenshot](SCREENSHOT.png)

### How to play

- [Click Here to Access the Game](https://deusbalatro.github.io/tictactoe)
- Set names for players.
- First player marks with X and second one marks with O
- First player starts
- The name of the player whose turn it is will be highlighted in yellow
- Won boards will be appeared on the right side of the page
- The first to reach 3 points wins.
- Click the restart button if you want to play again.