Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucaspereirasouzat/flapybird-dark-
Esta é a minha versão de flapy bird com tema escuro
https://github.com/lucaspereirasouzat/flapybird-dark-
Last synced: about 2 months ago
JSON representation
Esta é a minha versão de flapy bird com tema escuro
- Host: GitHub
- URL: https://github.com/lucaspereirasouzat/flapybird-dark-
- Owner: lucaspereirasouzat
- Created: 2020-03-22T16:23:56.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-22T16:27:12.000Z (almost 5 years ago)
- Last Synced: 2024-06-09T17:35:19.877Z (7 months ago)
- Language: JavaScript
- Size: 5.52 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flappy Bird
React Native implementation of the classic Flappy Bird game using react-native-game-engine and Matter.js
**Running the project**
1. `npm install`
2. `cd ios && pod install && cd ..`
3. `react-native run-ios`**How it looks like**
**Video Walkthrough**
- [Part #1](https://www.youtube.com/watch?v=qBGnfULn8W4)
- [Part #2](https://www.youtube.com/watch?v=XzLekeXt-Bg)**Medium Blog Post:**
[Read on Medium](https://medium.com/better-programming/making-a-production-ready-flappy-bird-in-react-native-751713661a60)