A platform-game based on SDL 2.0 library. This was my first year project, so a BIG mess. It has a level editor and the game.
You will mostly need to install
If you are in ubuntu, this would do
sudo apt-get install libsdl2-2.0
Use the level editor (lev editor/src/a.out) to create levels. scroll to change tiles and click to place them.
Then place the generated robon.map file into the levels folder in the formal robon<level_number>.map
run the game using (src/ROBON.out)