top of page
Design Challenge 4: Basic Game
For this design challenge, we were asked to use p5.js and Objects/Classes to create a basic interactive game.


The video is here:
The code is here:
https://editor.p5js.org/nemo.for.nevermore/sketches/08ojhTutp
​
I like music and also I learned to play the piano at a young age. The first thought after seeing the requirement is making a piano simulator with p5js. And I did it, it is playable and can change different vibe if the player wants. But I just feel it is not interactive enough, so I've made a new ball catching game. The game requires the player to pick the balls while they are falling from the top of the screen and every time the ball is cached, the falling speed will increase a bit. For me, this is more fun than the first one.
bottom of page