A simple web-based space shooter game, similar to classic arcade games like Space Invaders or Zaxxon, but built with HTML5 and JavaScript.
Control a spaceship at the bottom of the screen, shoot bullets at falling enemy ships, and rack up points. Avoid getting hit by enemies!
- Real-time gameplay with HTML5 Canvas
- Arrow keys for movement
- Spacebar to shoot
- Collision detection
- Score tracking
- Game over on collision
- Open
index.htmlin a web browser - Use left/right arrow keys to move your ship
- Press spacebar to shoot bullets
- Hit enemies for points
- Avoid enemies touching your ship
index.html: Complete game in a single HTML file with embedded CSS and JavaScript
- HTML5 Canvas for rendering
- JavaScript for game logic
- No external dependencies
Inspired by classic arcade games and projects like spacegamex64, but implemented in modern web technologies for easy access.
- Add sound effects
- Multiple levels
- Power-ups
- High score storage
MIT License