Loading repository dataโฆ
Loading repository dataโฆ
Gustavo-Zamai / repository
๐ฎ ๐ A classic space shooter game built with HTML, CSS, and vanilla JavaScript.
Space Shooter is a simple arcade-style shooting game built with vanilla JavaScript, HTML, and CSS. Control your spaceship and destroy incoming enemies to earn points!
๐ Play it now ๐ ๐
Spacebar โ Shoot bulletsspace-shooter/
โโโ .github/
โโโ image/
โโโ README.md # This file ๐
โโโ index.html # Game UI
โโโ style.css # Visual styling
โโโ script.js # Game logic
git clone https://github.com/Gustavo-Zamai/space-shooter.git
cd space-shooter
start index.html # On Windows
# or
open index.html # On macOS
# or
xdg-open index.html # On Linux
# No installation required โ it's a fully static front-end game!
Keyboard-controlled spaceship
Bullet shooting mechanics
Enemies appearing on screen
Collision detection
Score system
This project helps you practice:
DOM manipulation
Event handling (keydown, keyup)
Animation with setInterval or requestAnimationFrame
Game loop structure