Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

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

Simple Rock Paper Scissors Game Made in React Native runs on Android, iOS, Web, MacOS, Windows
https://github.com/ShivamJoker/RN-Rock-Paper-Scissors

cross-platform game react react-game react-native reactjs

Last synced: about 1 month ago
JSON representation

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

Lists

README

        

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

![Demo gif](https://github.com/ShivamJoker/RN-Rock-Paper-Scissors/blob/master/game_demo.gif)

# Download
Get it on Google Play

Get it on Microsoft Store

## [Download .dmg](https://github.com/ShivamJoker/RN-Rock-Paper-Scissors/releases/download/V1.0/RokPprScr.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](https://reactnative.dev/docs/environment-setup)

*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
```