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

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 ๐Ÿ‘จโ€๐Ÿ’ป

Awesome Lists containing this project

README

        

![Version](https://img.shields.io/badge/version-0.1-blue.svg?cacheSeconds=2592000)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![image](https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/simcoder_here)
[![image](https://img.shields.io/badge/Instagram-E4405F?style=for-the-badge&logo=instagram&logoColor=white)](https://www.instagram.com/simcoder_here/)
[![image](https://img.shields.io/badge/YouTube-FF0000?style=for-the-badge&logo=youtube&logoColor=white)](https://www.youtube.com/channel/UCQ5xY26cw5Noh6poIE-VBog)





Logo

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




  1. About The Project



  2. Getting Started


  3. Roadmap

  4. Contributing

  5. Support

  6. License

  7. Contact


## 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)