https://github.com/simcoderyoutube/flappybirdclone
Do you know it is possible to make 2D games with react native? In this video I'll prove it to you by using react native, expo, react native game engine and Matterjs. Let's make flappy bird ๐จโ๐ป
https://github.com/simcoderyoutube/flappybirdclone
expo flappy-bird matter-js react-native-game-engine reactnative
Last synced: 3 months ago
JSON representation
Do you know it is possible to make 2D games with react native? In this video I'll prove it to you by using react native, expo, react native game engine and Matterjs. Let's make flappy bird ๐จโ๐ป
- Host: GitHub
- URL: https://github.com/simcoderyoutube/flappybirdclone
- Owner: SimCoderYoutube
- License: gpl-3.0
- Created: 2021-06-14T15:52:34.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-14T01:49:49.000Z (over 1 year ago)
- Last Synced: 2025-03-21T19:03:05.351Z (3 months ago)
- Topics: expo, flappy-bird, matter-js, react-native-game-engine, reactnative
- Language: JavaScript
- Homepage:
- Size: 173 KB
- Stars: 59
- Watchers: 2
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://www.gnu.org/licenses/gpl-3.0)
[](https://twitter.com/simcoder_here)
[](https://www.instagram.com/simcoder_here/)
[](https://www.youtube.com/channel/UCQ5xY26cw5Noh6poIE-VBog)
FlappyBirdClone
A clone of the famous and classic mobile game Flappy Bird, made with React Native w/ Expo
Explore the docs ยป
Video Tutorial
ยท
Report Bug
ยท
Request Feature
Table of Contents
## About The Project
Do you know it is possible to make 2D games with react native? In this video I'll prove it to you by using react native, expo, react native game engine and Matterjs. In just 1 hour we'll make a clone of a classic mobile game, Let's make flappy bird ๐จโ๐ป
You can view the tutorial for this project in a [youtube video](https://www.youtube.com/watch?v=zK2xYD4Nytw&ab_channel=SimCoder)
### Built With
* [React Native](https://reactnative.dev/)
* [Expo](https://expo.io/)
* [Matter.js](https://www.npmjs.com/package/matter-js)
* [React native Game engine](https://www.npmjs.com/package/react-native-game-engine)## Getting Started
To get a local copy up and running follow these simple steps.
### Prerequisites
This is an example of how to list things you need to use the software and how to install them.
* npm
```sh
npm install npm@latest -g
```### ๐ป Installation
1. Clone the repo
```sh
git clone https://github.com/SimCoderYoutube/FlappyBirdClone.git
```
1. Install NPM packages
```sh
npm install
```1. Run
```sh
npm start
```## Roadmap
See the [open issues](https://github.com/SimCoderYoutube/FlappyBirdClone/issues) for a list of proposed features (and known issues).
## โ Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**. Please check the [Wiki](https://github.com/SimCoderYoutube/FlappyBirdClone/wiki/How-to-Contribute)
## ๐ Show your support
Give a โญ๏ธ if this project helped you!
## ๐ License
Copyright ยฉ 2021 [SimCoder](https://github.com/simcoderYoutube).
This project is [GPL 3](https://github.com/SimCoderYoutube/FlappyBirdClone/blob/main/LICENSE) licensed. Some of the dependencies are licensed differently.
## ๐ค Contact
**SimCoder**
* Website: www.simcoder.com
* Twitter: [@simcoder\_here](https://twitter.com/simcoder\_here)
* Github: [@simcoderYoutube](https://github.com/simcoderYoutube)
* Youtube: [SimCoder](https://www.youtube.com/channel/UCQ5xY26cw5Noh6poIE-VBog)