https://github.com/pj-pj-pj/tic-tac-toe
an implementation of the famous tic-tac-toe game
https://github.com/pj-pj-pj/tic-tac-toe
js-objects
Last synced: 3 months ago
JSON representation
an implementation of the famous tic-tac-toe game
- Host: GitHub
- URL: https://github.com/pj-pj-pj/tic-tac-toe
- Owner: pj-pj-pj
- Created: 2023-05-25T11:59:00.000Z (almost 2 years ago)
- Default Branch: tictactoe-ai
- Last Pushed: 2023-09-19T04:51:15.000Z (over 1 year ago)
- Last Synced: 2025-01-16T15:58:07.969Z (4 months ago)
- Topics: js-objects
- Language: JavaScript
- Homepage: https://pj-pj-pj.github.io/tic-tac-toe/
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tic-tac-toe
an implementation of the famous tic-tac-toe game## features
- choose if you will play as: `X` or `O`
- the game is purely single player and the mark you don't choose will be chosen by the computer player
- the mark `X` will always be given the first turn
- enjoy!