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.
- 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!
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.
- Create a game of rock paper scissors lizard Spock.
- Make the game a two player network game.
- Have the game track the users wins and losses as they are playing.
- Add chat functionality to the game so users can send messages to one another.
- Create a basic design/theme for the game.
- Make the game cross browser supported and optimized for mobile browsers.