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
- Host: GitHub
- URL: https://github.com/deusbalatro/tictactoe
- Owner: deusbalatro
- Created: 2025-04-13T12:08:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-13T12:11:12.000Z (about 1 year ago)
- Last Synced: 2025-04-15T01:18:23.518Z (about 1 year ago)
- Topics: assignment, freecodecamp, game, game-development, javascript, javascript-game, theodinproject, tictactoe, tictactoe-game, tictactoe-javascript, tictactoe-webapp, vanilla-javascript, web-development, website
- Language: CSS
- Homepage: https://deusbalatro.github.io/tictactoe
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Classic 2 player tic-tac-toe game.

### 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.