Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.25 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.25 KB

Dodge the blobs

Small game created as a project for a university course. It is the first programming project issued to me at my university.

Game Screenshot Game Screenshot Game Screenshot

Getting started

To get started with this project you can download the compiled version for windows here
or compile it from source

Controls

WASD or arrow keys - Move
Shift or Space - Dash

Prerequisites

SFML 2.5.1

Compiling

g++ main.cpp -l sfml-system -l sfml-graphics -l sfml-window -o Dodge-the-blobs

Note

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.