Skip to content

blakkhatt/SpaceGameWeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Space Game Web

A simple web-based space shooter game, similar to classic arcade games like Space Invaders or Zaxxon, but built with HTML5 and JavaScript.

Overview

Control a spaceship at the bottom of the screen, shoot bullets at falling enemy ships, and rack up points. Avoid getting hit by enemies!

Features

  • Real-time gameplay with HTML5 Canvas
  • Arrow keys for movement
  • Spacebar to shoot
  • Collision detection
  • Score tracking
  • Game over on collision

How to Play

  1. Open index.html in a web browser
  2. Use left/right arrow keys to move your ship
  3. Press spacebar to shoot bullets
  4. Hit enemies for points
  5. Avoid enemies touching your ship

Files

  • index.html: Complete game in a single HTML file with embedded CSS and JavaScript

Technology

  • HTML5 Canvas for rendering
  • JavaScript for game logic
  • No external dependencies

Inspiration

Inspired by classic arcade games and projects like spacegamex64, but implemented in modern web technologies for easy access.

Future Improvements

  • Add sound effects
  • Multiple levels
  • Power-ups
  • High score storage

License

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages