Welcome to our Space Invaders game, made as part of the 01 Founders course! This classic arcade-style game features a pause menu, lives counter, score counter, and immersive sound effects. Get ready to defend Earth from invading UFOs by shooting them down while dodging their laser attacks.
Use the left and right arrow keys to move your spaceship horizontally across the screen. Press the spacebar to shoot bullets and eliminate the approaching UFOs.
Using Live Server (Recommended):
- Install a live server extension for your code editor if you don't have one installed.
- Open the project folder in your code editor.
- Right-click on the HTML file (e.g., index.html). Choose the option to "Open with Live Server" from the context menu. OR If you have VS Code click on the 'Go Live' button in the bottom right corner of the screen.
- The game will open in your default web browser, and you can start playing!
Without Live Server:
- Open the project folder in your code editor.
- Right-click on the HTML file (e.g., index.html).
- Select "Open With..." from the context menu.
- Choose your preferred web browser from the list, and the game will launch in the selected browser.