Painterly Pong
Repo found here
This is a game of pong I made with JavaScript with a twist. Instead of scoring on each other players hit pong ball around and paint the canvas. After some time, the winner is selected based on who covered the most of the canvas with their color.
Creative Drawing Tool
Repo found here.
This is a drawing tool I made for a class using P5.js. Press one of the buttons on the left to select a drawing mode. Clicking on a color in the palette selects a color and the red button with the R clears the canvas. This sketch uses procedural randomness to produce some interesting effects.
"Lost in Space"
Repo found here.
This sketch is a very simple game. To play, use the arrow keys to move left and right, and mouse button to shoot. This was created for a class and was really an experiment to see if a game could even be done in P5. Overall I think it turned out pretty well.