An avoidance survival game built with p5.js.
- Control the Hero: Move your mouse cursor (smiley face) to navigate.
- Dodge the Bricks: Avoid colliding with bouncing red, white, and blue LEGO-inspired bricks.
- Ramping Difficulty: The bricks will speed up gradually over time (
speedMultiplierincreases). - Golden Power-Up: Collect the glowing golden brick to trigger a 5-second slow-motion mode (0.5x speed) and safe state.
- Score: Your score increases for every second you survive. Click to restart on Game Over.
- p5.js - A JavaScript library for creative coding.
- HTML5 Canvas.