Skip to content

ShivamJoker/RN-Rock-Paper-Scissors

Repository files navigation

Simple Rock-Paper-Scissors Game

Simple Rock Paper Scissors Game Made in React Native runs on Android, iOS, Web, MacOS, Windows

Demo gif

Download

Get it on Google Play

Get it on Microsoft Store

Download .dmg for MacOS

Open it and then you will see the app, so just right click and hit open or you can move it to your applications folder if you wish.

How to develop

Make sure you have React Native CLI Set-Up

See the documentation

If you are using Expo then just copy the Src folder

Clone the repo

git clone https://github.com/ShivamJoker/RN-Rock-Paper-Scissors

Change directory

cd RN-Rock-Paper-Scissors

Install packages

npm install

Run on Android

npm run android

Run on iOS

npm run ios