Challenge project: Create a simple scrolling platform game (like the chrome dinosaur game) during long haul flight. No build tools, no internet reference, how far can I get?
โ
Player is a ball (circle)
โ
Obstacles are spikes (triangles)
โ
Infinite scrolling
Controls
[] Start
[] Stop
[] Reset
[] Pause
โ
Points counter
โ
Collision detection - taking player and obstacle shape into consideration
[] Character can fly / booster
[] Double jump
[] Collectibles
[] Include flying obstacles
[] Increasing speed
[] Increasing obstacles
[] Add easign to jump animation
[] Better obstacle spacing rules
[] High score (using local storage)