Gravity-shifting endless runner game.
Flip gravity to run on the ceiling or floor to dodge electric barriers and spikes.
- Splash screen displays game title and initializes runtime resources.
- Main menu screen coordinates transitions to playing, settings, about, and guide pages.
- Gravity-shifting mechanics reverse the player's gravity vector upon tapping the screen.
- Procedural obstacle generator spawns floor spikes, ceiling spikes, and vertical laser barriers.
- Laser obstacles feature open passage gaps at randomized heights to allow player transit.
- Collectible items populate the level with energy cells and speed/shield/magnet powerups.
- HUD overlay displays the current score, active powerups, and progress towards the exit portal.
- Settings screen houses checkbox items to mute or unmute game music and sound effects.
- How to play screen outlines gravity manipulation and obstacle avoidance instructions.
- About screen indicates the system version, package name, and credentials.
- Game over screen handles failure states when hitting obstacles, offering a retry option.
- Level complete screen triggers when reaching the end portal to unlock subsequent difficulty phases.