Corrupted Conundrum

Corrupted Conundrum

December 2021

This project was for my Intro to Game Web Tech class, where we used HTML, CSS, and JavaScript to create an interactive game or experience. My project was Corrupted Conundrum, a 2D shooter game where you had to take out all the enemies in the level before the time ran out, with more and more enemies appearing with every level.

This assignment taught me how to use
JavaScript to implement sprite animations, basic AI and pathfinding, as well as algorithms in order to spawn in enemies around you, but never on you for an unfair experience. I was most proud of the animations because it was my first time doing animations through JavaScript. Overall, I really had fun with this project and liked how it turned out!