Welcome to the Space Invaders Game! This is a classic arcade game built using Java and Processing. Get ready to defend the galaxy from waves of alien invaders! 🌌👾
- Classic Space Invaders gameplay
- Smooth animations and controls
To run the Space Invaders game on your local machine, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/space-invaders.git
-
Navigate to the project directory:
cd space-invaders
-
Install Processing:
- Download and install Processing from processing.org.
- Ensure the Processing library is added to your Java project.
-
Run the game:
Execute the
AlienExercise.pde
file to start the game.
- Move: Use the mouse to move your spaceship.
- Shoot: Press the mouse to fire bullets at the invading aliens.
- Objective: Destroy all aliens before they reach the bottom of the screen. Otherwise you LOSE!
- Java: Core programming language used for game logic.
- Processing: Library for rendering graphics and handling animations.
Enjoy playing Space Invaders and may the force be with you! 🌟👾🛸