Solo Projects

Space Game Space Game

A basic clone of a popular old arcade game, where you try to survive in a spaceship while shooting down dangerous objects floating around.
This will only work on desktop browsers due to being controlled by keyboard.
The game was made using the library p5.js, and I created it to learn how to implement collision detection, a scoring system, sounds and browser-based storage of high scores.

Hit the target Hit the target

As the name suggests, try to hit the target by choosing direction and power of your ball.
This has not been tested on mobile, and as such will most likely not work as intended.
I made this game to test if it was possible to make a game using the library p5.js