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