This project is a simple version of the classic Space Invaders game. The player controls a ship and shoots descending enemies before they reach the bottom. The game includes features such as a boss enemy every 10 levels, a restart button, and a game over screen.
- Control a ship to shoot descending enemies.
- Boss enemy appears every 10 levels.
- Game over screen with a restart button.
- Responsive design for mobile and desktop.
- HTML
- CSS
- JavaScript
- Clone the repository:
git clone https://github.com/Anthony01M/space-invaders.git
- Navigate to the project directory:
cd space-invaders
- Open
index.html
in your browser to play the game.
- Use the left and right arrow keys to move the ship.
- Press the spacebar to shoot bullets.
- Shoot all enemies before they reach the bottom.
- A boss enemy appears every 10 levels.
- If the player is hit or an enemy reaches the bottom, the game is over.
- Click the "Restart" button to play again.
This project is licensed under the MIT License. See the LICENSE file for details.
This project is part of my portfolio. Feel free to check out my other projects on GitHub.