Space Survivor is a fully playable 2D arcade game where the player pilots a spaceship at the bottom of the screen, using Left/Right arrow keys to dodge randomly spawning asteroids that fall from the top. Asteroid spawn positions are random, their falling speed ramps up over time, and the player’s goal is to survive as long as possible. The game uses a standard update/render loop, tracks a real-time survival score displayed at the top-left, and ends with a GAME OVER screen that includes a Restart button to start a new run. Visuals use a deep space gradient background with smooth movement and a modern, clean HUD....more
Space Survivor is a fully playable 2D arcade game where the player pilots a spaceship at the bottom of the screen, using Left/Right arrow keys to dodge randomly spawning asteroids that fall from the top. Asteroid spawn positions are random, their falling speed ramps up over time, and the player’s goal is to survive as long as possible. The game uses a standard update/render loop, tracks a real-time survival score displayed at the top-left, and ends with a GAME OVER screen that includes a Restart button to start a new run. Visuals use a deep space gradient background with smooth movement and a modern, clean HUD.