Completed
⌨️ Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Flappy Bird in React Native
Automatically move to the next video in the Classroom when playback concludes
- 1 ⌨️ Introduction
- 2 ⌨️ Flappy Bird game logic
- 3 ⌨️ Setting up our environment
- 4 ⌨️ Creating our App
- 5 ⌨️ Creating our Bird Component
- 6 ⌨️ Making our Bird fall
- 7 ⌨️ Creating our first Obstacles
- 8 ⌨️ Looping our first Obstacles
- 9 ⌨️ Creating our second Obstacles
- 10 ⌨️ Adding random heights to the Obstacles
- 11 ⌨️ Checking for collisions
- 12 ⌨️ Making a game over
- 13 ⌨️ Making our game touch-screen
- 14 ⌨️ Adding the score