v Cosmic Drift is an offline 2D arcade space flight navigation game.
The core genre is single-touch orbital gravity trajectory switching.
- Custom 2D canvas game loop running at 60 frames per second using SurfaceView
- Single-touch orbital physics control to enter and exit planetary gravitational orbits
- Procedural obstacle generation with asteroid hazards and moving space debris
- Collectible starlight orbs that increase current score and combo counter
- Temporary shield power-up item providing invulnerability upon collision
- Dynamic score multiplier based on continuous avoidance streaks
- In-game HUD displaying real-time score, multiplier rate, and shield status
- Splash screen with animated title graphic and automatic menu transition
- Main menu screen with buttons for gameplay start, instructions, settings, and about
- Pause screen overlay with resume, restart, settings, and quit actions
- Game over screen displaying run score, session high score, and replay button
- Level complete screen with score summary, star calculation, and next run action
- Settings screen providing toggles for audio sound effects, music, and haptic feedback
- Instructions screen detailing controls, collision rules, and scoring values
- About screen displaying version information and offline privacy notice
- Audio system using Android AudioTrack to synthesize sound effects in real time
- Haptic feedback integration triggering device vibration on collisions and actions
- Session data management maintaining session high scores and settings in memory
Navigate an orbital spacecraft through asteroid fields and collect star energy.