I got an idea for a game, and realised Global Game Jam 25 was going to start in 2 days. The theme this year is "Bubbles"… which almost fits the idea I had.
Paint blobs have invaded the canvas, but you have your shotgun.
Play it here
Inspired by Shotgun King and Ape Out, and reusing many pieces of code or ideas I have had in my generative art or other stuff.
- Plan8 Music for the idea behind the random jazzy music, one I have used also in Garbuix and Weave.
- Piano samples from github.com/tambien/Piano
- Drum samples from The Salamander kit by Alexander Holm.
- Great font to fit the theme and music, Caviar Dreams by Nymphont.
- The BPdots font.
- The idb-keyval.js library by Jake Archibald.
- Tone.js and p5js of course.
- The gamepad controller code I got the initial working prototype from this sketch by peterkvt80.