Mine Sweeper
Mine Sweeper
Course: Fundamentals of Programming
For my final project of this course, I decided to create a platformer from scratch. This included studying various pathfinding algorithms, creating the physics which affect the player, procedurally generating platforms for each new room, and drawing the dust-ball enemies.
In this project, I worked with Python, using the graphics engine provided by the course.