Skip to content

lukemaster/rock-paper-scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rock - Paper - Scissors Multigame

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

For launching it, first, you have to install all dependences:

  • cd server-socket-io
  • npm install
  • cd ../socket-io-client
  • npm install

Now, you can run it:

  • cd socket-io-client
  • npm run rps

For developing, and debugging better, you can run this two services separately:

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!

About

Rock Paper Scissors (server - client) software

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published