vtchris /
RPS-Multiplayer
Multiplayer Rock-Paper-Scissors Game
Loading repository data…
Thiru-kumaran-R / repository
Multiplayer Rock Paper Scissors game built using HTML, CSS, JavaScript, Node.js, Express, and Socket.io. It allows users to play, game against each other in real-time over the internet.
This is a simple implementation of the classic rock-paper-scissors game for two players using WebSockets. Players can connect to the server and play against each other in real-time.
To run this game locally, follow these steps:
npm install.node server.js.http://localhost:3000.



To run this game locally follow these steps :
1 ) Clone this repository
git clone https://github.com/Thiru-kumaran-R/Rock-Paper-Scissor.git
2 ) Navigate to the project directory:
cd rock-paper-scissors
3 )Install dependencies:
npm install
4 ) Start the server:
npm start
5 ) Open your browser and visit http://localhost:3000 to play the game.
Contributions are welcome! If you find any bugs or want to suggest improvements, feel free to open an issue or submit a pull request.
Selected from shared topics, language and repository description—not editorial ratings.
vtchris /
Multiplayer Rock-Paper-Scissors Game
druchefavour /
A Rock Paper Scissors game. An online multiplayer game, all with the help of Firebase