Stone-Paper-Scissor is an intresting multiplayer game.
In this project there are 4 computerised players which randomly chooses their options from Rock(Stone), Paper, Scissor & based on their chosen option, computer itself shows a result using the logic built.
Rules are like:
- Paper>Rock i.e Paper wins
- Rock>Scissor i.e Rock wins
- Scissor>Paper i.e Scissor wins
Points To Look:
- Results are shown in json format
- Project/game uses Node.js Server to start the game and logic on which game executes
- Project includes 3 file viz. index.js, pakage.json, pakage-lock.json
- index.js includes the server and logic code of the game
- pakage.json shows the needs of the game which includes the different dependencies etc