https://github.com/ynathan/tic-tac-toe-game
https://github.com/ynathan/tic-tac-toe-game
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ynathan/tic-tac-toe-game
- Owner: YNathan
- Created: 2019-08-04T17:55:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-06T22:09:07.000Z (over 5 years ago)
- Last Synced: 2025-01-23T10:33:41.788Z (over 1 year ago)
- Language: TypeScript
- Size: 159 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xigoul - tic tac toe
## app componnent
use to render the route
## home component
the main component will contain
the selection of the dimension size
reading the parameters
##### dimension
##### steps
the steps are presented by a divider ":" will represent a new step
the new step will have the step number that will look now ":2"
then a char 'f' or 's' that is for each player and the number of the cell where he choice
the step will be presented now as follow ":2f12s14" ":4f2s23" .etc
he will send this to the table component
## table component
represent the game board
inside the component every step will be describe with comment