Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 638 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 638 Bytes

Robin

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.

screenshot

Make it work

You will mostly need to install sdl 2.0

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)