https://github.com/amcnulty/rps_multiplayer
An online game of rock paper scissors for web browsers.
https://github.com/amcnulty/rps_multiplayer
cross-browser firebase javascript mobile-responsive multiplayer-online-game network-game
Last synced: about 2 months ago
JSON representation
An online game of rock paper scissors for web browsers.
- Host: GitHub
- URL: https://github.com/amcnulty/rps_multiplayer
- Owner: amcnulty
- Created: 2017-10-08T14:08:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-16T03:12:20.000Z (over 7 years ago)
- Last Synced: 2025-01-11T00:22:41.764Z (3 months ago)
- Topics: cross-browser, firebase, javascript, mobile-responsive, multiplayer-online-game, network-game
- Language: JavaScript
- Homepage: https://amcnulty.github.io/RPS_Multiplayer/
- Size: 195 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RPS_Multiplayer
An online game of rock paper scissors lizard Spock for web browsers. This is a two player game formated for desktop and mobile. There is also messaging functionality included in the game. The game uses a Firebase database for storing data.## Open For Peer Review
All code is open for peer review. All comments in code are to explain what the code is doing.
* Check out open issues that need to be closed to reach a certain milestone.
* Fork this repo and see if you can fix any issues there might be.
* If you see a bug message me about it and I will create a new issue.
* Any ideas about enhancing the game please feel free to message me about that as well!## Firebase data storage
This game uses a Firebase database for creating the network aspect of the game. This allows two users to log in and play rounds versus each other live from any web browser. I have added a link to the Firebase documentation at the bottom of this readme.## Objectives
1. Create a game of rock paper scissors lizard Spock.
2. Make the game a two player network game.
3. Have the game track the users wins and losses as they are playing.
4. Add chat functionality to the game so users can send messages to one another.
5. Create a basic design/theme for the game.
6. Make the game cross browser supported and optimized for mobile browsers.## Links
* [RPS Multiplayer Link](https://amcnulty.github.io/RPS_Multiplayer/ "A network game of rock paper scissors lizard Spock")
* [Firebase Documentation](https://firebase.google.com/docs/ "Firebase | Documentation")