bridge library
The half of a platformer that meets a screen.
flutter3d_game_platformer.dart is the simulation and names neither
flutter3d nor Flutter. What is here is the readouts a game lays out over
its picture — what has been picked up, how many lives are left — which are
widgets, and so are Flutter. The runner, the camera and the level are drawn
by the game itself; nothing a platformer draws is a platformer's alone.
Classes
- LivesStrip
- Lives left, as a pip each.
- PurseReadout
- What the runner is carrying, one line per kind.
- ReadoutStyle
- How a game wants its readouts drawn.