Here are the projects I made in Javascript.
Juggling Maestro
This is my game Juggling Maestro. It is inspired by a minigame I made in unity for a game jam I did a while ago. To explain it, I will explain what each function does. Setup just loads the background, the start button, and the logo text. Each of these are a sprite but the background has an image, the start button has a rectangle sprite and text, and the logo has an invisible rectangle with an alpha color of 0 and text. It also sets the variable isStarted to true.
Genres By Decade
This project lets you use the arrow keys to cycle between 11 different pi charts showing the most popular genres of each decade. The way I did this is overcomplicated but it is functional. In my preload function, I load the movies JSON into the variable movies.
Solar System Clock
In this project I created a solar system clock where mercury represents the seconds, venus represents the minutes, Earth represents the hour, Mars represents the day, Jupiter represents the month, Saturn represents the year.
Wall Drawing
This is my recreation of the wall drawing Wall Drawing #45 (1970) by Sol LeWitt. The instruction I added is "More straight lines going in the opposite direction of the previous lines, 10" (25 cm) long not touching, covering the wall evenly." I added the functionality of using the left and right arrow keys to control how many lines there are going one way and using a and d to control how many lines are going the other way.