R

Rock Paper Scissors

A mobile app to play rock paper scissors online!

R

Rock Paper Scissors

A mobile app to play rock paper scissors online!

The problem Rock Paper Scissors solves

The idea was to build a Mobile game without having 0 knowledge about Game development. I started out by building a basic room based concept for Rock Paper Scissors, something we all have played. I built the whole game on database read and write operations. A stream of data is listened to and whenever the data gets updated, appropriate action is taken. The app works seamlessly, and two players can play simultaneously. The user needs to create a room, select the number of rounds, and share the room ID. Once both players are in the room, the game is started.

Challenges I ran into

Figuring out how to structure the database for the particular match proved challenging in the beginning. I faced a few issues, but all were resolved. There's a small bug associated with the score calculation, that I'm currently working on currently.

Technologies used

Discussion