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

https://github.com/ynathan/tic-tac-toe-game


https://github.com/ynathan/tic-tac-toe-game

Last synced: over 1 year ago
JSON representation

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