Ruimte Indringers
This was the first game I created while studying Game Development. The assignment was to create a clone of the original Space Invaders, using the p5.js framework. While making this I learned how basic things like collision and classes worked.
What I learned
This allowed me to make a game with multiple levels. And even a boss with parts that had to be destroyed before the main part could be defeated. This taught me a lot about dealing with objects and letting them move in unison. It also gave me knowledge of how you can design a game with multiple levels.
Using the p5.js framework was a good way to learn JavaScript. I have learned a lot about how to use it while creating this project which gave me a headstart for the next project.