p5.js-workshop

1 Week Workshop to learn game programming with p5.js

View on GitHub

Arrays

Particles

Exercise - Velocity Particles Array

Utilizing arrays, make a sketch that creates a simple explosion explosion effect wherever the mouse is pressed.

Reference : Coding Math: Episode 8 - Velocity

Exercise Checklist

Image/Sound Media

Exercise - Space Ship

Utilizing p5.js sound library, create a physics based space ship with sound effects and images.

Reference : Coding Math: Episode 10 - Advanced Acceleration

Exercise Checklist

Make a simple game project together

Follow along as we try to recreate the following game :

Example Game