Platformer
- August 5, 2022
- Dillster
This project was the final project for my Game Architecture class. I worked on a team with a fellow programmer named Sam. It uses C++, the SFML graphics library, and a small library of helper functions (such as a Vector2 implementation) created by my professor to create a simple platformer. This project was developed on the same code base I created for the my Snake Game project. As stated in t…