JSpaceInvaders is a Java-based implementation of the classic Space Invaders game. This project is designed to provide a fun and engaging gaming experience while also serving as a learning tool for those interested in Java programming and game development.
- Classic Space Invaders gameplay
- User-friendly interface
- Score Tracking
- Java Development Kit (JDK) 8 or higher
- Clone the repository to your local machine :
git clone https://github.com/username/JSpaceInvaders.git
-
Open the project in your favorite Java IDE (e.g., IntelliJ IDEA, Eclipse, NetBeans).
-
Build and run the project using your IDE's built-in tools.
Or, if you prefer, you can use the pre-built JAR file included in the repository:
-
Download the JAR file from the repository: JSpaceInvaders.jar
-
Run the JAR file using the following command:
java -jar JSpaceInvaders.jar
-
Lauch the game by following the installation steps
-
Use the arrow keys to move your spaceship left and right, and press the spacebar to fire at the invading aliens.
-
Achieve the highest score possible by destroying as many aliens as you can while avoiding their projectiles.
This software is licensed under the MIT license. See the LICENSE for more information.
If you have any questions or encounter any issues, please use the issue tracker in the repository to report them.