Pew-Pew Space Shooter Game šŸš€

A fun browser-based space shooting game built with HTML5 Canvas and TypeScript!

Features

  • Control a spaceship with arrow keys or WASD
  • Shoot lasers with spacebar
  • Dodge incoming enemy ships
  • Score points by destroying enemies
  • Responsive canvas that fits the screen
  • Smooth 60fps gameplay

How to Play

  • Move: Arrow keys or WASD
  • Shoot: Spacebar
  • Goal: Destroy as many enemies as possible without getting hit!

Project Structure

ā”œā”€ā”€ frontend/
│   ā”œā”€ā”€ index.html          # Main game page
│   ā”œā”€ā”€ game.ts            # Game logic and engine
│   └── style.css          # Game styling
└── README.md              # This file

Technical Details

  • Built with HTML5 Canvas for smooth graphics
  • TypeScript for type-safe game logic
  • Collision detection system
  • Particle effects for explosions
  • Responsive design that works on different screen sizes