Small game created as a project for a university course. It is the first programming project issued to me at my university.
To get started with this project you can download the compiled version for windows here
or compile it from source
WASD or arrow keys - Move
Shift or Space - Dash
SFML 2.5.1
g++ main.cpp -l sfml-system -l sfml-graphics -l sfml-window -o Dodge-the-blobs
I collaborated with three colleagues on this project, but it should be noted that I contributed the majority of the work. My teammates were newcomers to programming and were unfamiliar with using a game development framework. Despite these challenges, our project was awarded the highest possible evaluation and was recognized as the best in our group.