#131 — Bouncing DVD Logo
Back
In this coding challenge, I simulate the “Bouncing DVD Logo” meme in JavaScript with p5.js.
Description of the bouncing DVD logo meme.
Explainer for the math behind the bounding DVD logo.
Reference page for the rect function in p5.js
This month, I learned to code my own game from scratch! I used Javascript and the P5 library to learn to code a browser based game.