- Frontend: https://github.com/aniketsinha5552/Tic-Tac-Toe-client
- Backend: https://github.com/aniketsinha5552/tic-tac-toe-backend
- Asynchronous multi-player Tic Tac Toe game which can be played with two seperate devices
- User management
- Each user has to input username of their opponent to start the game.
- ReactJs
- NodeJs
- ExpressJs
- Stream Chat API
- Download the files from the frontend repository
- Open the folder in VS code and open the teminal
- Install node modules in the folder with
package.json
file usingnpm install
- Then just
npm start
- User is able to login with incorrect username/password but won't be able to start the game.
- Once in the game, the player who clicks fisrt gets assigned 'x' and the other player 'o'.
- Game continues even after a player has won.
- History of games for each user
- A chatting channel
- Player Avatars