Important: this project is in progress. This is not a final (production) software. It's a development test
Based on: https://github.com/Pavan-Kiran-Chidirala/reactrpsappjs
This software is composed by a nodejs server, and a reactjs client application.
These allows people to play this game in local network.
There is a master player who is able to configure the rounds of the game.
In adition, you can change your player nick name.
Important: not tested in games with more than two players
- cd server-socket-io
- npm install
- cd ../socket-io-client
- npm install
- cd socket-io-client
- npm run rps
Open one terminal and type:
- cd server-socket-io
- node app.js
Now, open another terminal, and type:
- cd socket-io-client
- npm start
Good Luck!