Two player tic-tac-toe online game.
Go to https://tictactoe.lhernandezcruz.com.
- First player clicks create game and sends GameID to other player.
- Second player enters the GameID in the input box and clicks enter
- Game is played like a regular tic-tac-toe game.
- Upon win, loss, or tie the game can be restarted.
The following are required to run the project.
Once yarn
is installed run the following at the root of the project
yarn install
To start the app run the following
yarn start
This will start up a node server. Navigate to http:\localhost:8000 to view the app in your local browser. To refresh client side changes you must reload the page in the browser. To refresh server side changes you must restart the app (run yarn start again).
- Luis Hernandez Cruz - lhernandezcruz@g.hmc.edu