Este es un clon funcional del clásico videojuego Space Invaders, creado en Java como proyecto personal. Controla tu nave, dispara a los enemigos y sobrevive el mayor tiempo posible.
- Movimiento del jugador
- Disparos y colisiones
- Enemigos que se desplazan
- Efectos de sonido
- Game over y reinicio
- Java JDK 8 o superior
- Clona este repositorio:
git clone https://github.com/juanloaiza25/Space-invaders.git
cd Space-invaders- Compila los archivos java:
javac *.java- Ejecuta el juego:
java SpaceShooterEste proyecto se distribuye bajo la Licencia MIT.
This is a functional clone of the classic video game Space Invaders, created in Java as a personal project. Control your ship, shoot enemies, and survive as long as possible.
- Player movement
- Shooting and collisions
- Moving enemies
- Sound effects
- Game over and restart
- Java JDK 8 or higher
- Clone this repository:
git clone https://github.com/juanloaiza25/Space-invaders.git
cd Space-invaders- Compile the java files:
javac *.java- Run the game:
java SpaceShooterThis project is distributed under the MIT License.