Play the game in 2 different devices.
This is a single repo which has both the client and server.
- Node.js version 12.x
From the root folder
cd ui
npm install
npm run start
From the root folder
cd backend
npm install
npm run start
Client by default opens in http://localhost:3000/ Open the same url in one more window to enjoy the multiplayer experience.
- Add basic game play
- Multi-player support
- Support for different rooms
See the open issues for a full list of proposed features (and known issues).