Creating your own Flappy Bird

On iOS, Android and Web

circle-info

Due to time constraint we would not conduct this workshop today, but instead you can give this a try at your own time and do message or tweet me at @joevo2arrow-up-right if you faced any issue.

Before you start

  • At least some basic understanding of programming is needed, preferably in JavaScript as this is the main language used throughout this course

PS: But no worries, armed with just common sense and a bit of patience you can go through this workshop as well. If you need any help you can just raise your hand or message me at @joevo2arrow-up-right

Goals

  1. Create your own game using Expo + PixiJS

  2. Publish the app to a website or at least run it on your phone

Extended Export the Expo Snack project, run it locallyarrow-up-right with Expo, initialise the project with Git and push it to your own GitHub repository so that you can showcase to the world what you've done and brag during interview :D

Overview

Extended You can download the source code with Expo Snack and run it on your local machine, push to GitHub and have your own production build of the app.

Getting started

Importing Git Repository into Expo Snackchevron-right
circle-info

This guide is still a work in progress, do explore around the code and tweak around the value to understand how all the moving part works in the app.

Last updated