Falling Bird DS: Difference between revisions
From GameBrew
More actions
No edit summary |
No edit summary |
||
| Line 33: | Line 33: | ||
==Screenshots== | ==Screenshots== | ||
[[File:Falling-Bird-DS-1.png]] | [[File:Falling-Bird-DS-1.png|256px]] | ||
[[File:Falling-Bird-DS-2.png|256px]] | |||
[[File:Falling-Bird-DS-2.png]] | |||
==Changelog== | ==Changelog== | ||
Revision as of 02:08, 10 March 2026
| Falling Bird DS | |
|---|---|
| General | |
| Author | yankimax |
| Type | Arcade |
| Version | 1.0.0 |
| License | Mix |
| Last Updated | 2026/03/07 |
| Links | |
| Download | |
| Source | |
Arcade Flappy Bird-style homebrew game for Nintendo DS. Interface language: English.
Features
- Main menu, playing, pause, and game-over states.
- Fixed-step gameplay (60 FPS) with deterministic movement update.
- Bird physics with gravity, flap impulse, and capped fall speed.
- Procedural pipes with random gap height and pass-based scoring.
- Procedural particles (flap burst and crash burst).
- Procedural retro sound effects generated at startup.
- Best score persistence to FallingBird.sav with checksum validation.
- Atomic save update via temporary file rename.
Controls
A / B / X / Y / TOUCH - flap (during gameplay)
A / START / TOUCH - start run from menu, retry from game over
START - pause/resume
SELECT - return to main menu (from pause/game over)
Screenshots
Changelog
v1.0.0 2026/03/07
- Initial release