Programming Lessons
Programming Fundamentals | 3.1 | 3.2 | 3.3 | 3.12 |
0%
3.2 Data Abstractions Hack
Hack(s) for intro to data abstractions in Python and JS.
Flappy Bird with Data Abstraction 🎮 (JS Version)
This is a simple Flappy Bird game in JavaScript that runs in your browser. Notice how it uses lists (arrays), objects, and strings as examples of data abstraction.
Words to think about:
- arrays (lists) to hold pipes
- objects to represent the bird and each pipe
- strings to build the score display
👉 Press Space to jump, R to restart.