https://github.com/kamaal111/flying-rabbit
A mobile game app with an flying rabbit that grabs carrots mid air.
https://github.com/kamaal111/flying-rabbit
android expo ios rabbit react react-native typescript
Last synced: 3 months ago
JSON representation
A mobile game app with an flying rabbit that grabs carrots mid air.
- Host: GitHub
- URL: https://github.com/kamaal111/flying-rabbit
- Owner: kamaal111
- License: mit
- Created: 2019-08-28T09:10:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T14:38:52.000Z (over 3 years ago)
- Last Synced: 2025-10-21T05:49:08.410Z (9 months ago)
- Topics: android, expo, ios, rabbit, react, react-native, typescript
- Language: TypeScript
- Homepage:
- Size: 4.16 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
### Initial setup
1. git clone `git@github.com:kamaal111/flappy-bird.git`
2. cd flappyBird
3. `npm install` to install dependencies
### Running and modifying Flappy Bird
Option A: `npm run web`
Install the Expo client app on your iOS or Android phone and connect to the same wireless network as your computer. On your device, use the Expo app (or camera) to scan the QR code from your terminal (after running `npm run web`) to open your project. Your app should open within the Expo app and it should update every time you save your files in the code editor.
Option B: `npm run ios`
Install Xcode for iOS and Android Studio for Android.