Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 2.17 KB

File metadata and controls

37 lines (21 loc) · 2.17 KB

Space Adventure: Image Guide

This document provides descriptions of all the image assets used in the Space Adventure game to help you understand what each sprite represents.

Player Images

Player Ship 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 player_mini.png - A smaller version of the player ship used to display remaining lives in the top right corner of the screen.

Enemy Images

Enemy 1 enemy1.png - A red and yellow saucer-shaped enemy ship.

Enemy 2 enemy2.png - A purple octagonal enemy ship with a red center.

Enemy 3 enemy3.png - A green square enemy ship with black and white details.

Powerup Images

Shield Powerup powerup_shield.png - A blue circular powerup that increases your shield when collected.

Power Powerup powerup_power.png - A yellow circular powerup with a red diamond pattern that increases your weapon power when collected.

Bullet Image

Bullet bullet.png - The yellow projectile fired by the player ship.

Explosion Animation

The game uses 5 explosion images of increasing size to create an animation effect when enemies are destroyed:

Explosion 1 explosion1.png - First frame of explosion animation (smallest) Explosion 2 explosion2.png - Second frame of explosion animation Explosion 3 explosion3.png - Third frame of explosion animation Explosion 4 explosion4.png - Fourth frame of explosion animation Explosion 5 explosion5.png - Final frame of explosion animation (largest)