This document provides descriptions of all the image assets used in the Space Adventure game to help you understand what each sprite represents.
player.png - This is the main player spaceship that you control. It's a blue triangular ship with a yellow cockpit and red engine flames.
player_mini.png - A smaller version of the player ship used to display remaining lives in the top right corner of the screen.
enemy1.png - A red and yellow saucer-shaped enemy ship.
enemy2.png - A purple octagonal enemy ship with a red center.
enemy3.png - A green square enemy ship with black and white details.
powerup_shield.png - A blue circular powerup that increases your shield when collected.
powerup_power.png - A yellow circular powerup with a red diamond pattern that increases your weapon power when collected.
bullet.png - The yellow projectile fired by the player ship.
The game uses 5 explosion images of increasing size to create an animation effect when enemies are destroyed:
explosion1.png - First frame of explosion animation (smallest)
explosion2.png - Second frame of explosion animation
explosion3.png - Third frame of explosion animation
explosion4.png - Fourth frame of explosion animation
explosion5.png - Final frame of explosion animation (largest)