Re-create Geometry Wars Retro as best as possible.
Core features of MVP:
User can control the main user object with the ‘wasd’ keys as directional keys. User can use the mouse to shoot projectiles at Emeny objects on click. Detect Enemy to User collisions (game over). Detect Projectile to Enemy collisions (score increase). Calculate score, accuracy, and survival time. Build a dynamic scoreboard.
User: username Score: score (enemies destroyed), accuracy (% of projectiles shot vs enemy hits), time alive (seconds)