Skip to content

Latest commit

 

History

History
20 lines (20 loc) · 1 KB

README.md

File metadata and controls

20 lines (20 loc) · 1 KB

Save The Raccon

"Simple" 2D platformer using c, SDL2, SDL_image, SDL_ttf and list (see external )

Game

Z(azerty)/W(qwerty) : Jump
Q/A : Left
D : right
After succesfully finishing a game you can check the time taken at each stage in result.txt in the "result" folder in the project folder

Compilation (tested on linux, not windows but should work)

You need git (if you want to clone) and cmake to be able to compile (i recommanded having sdl,sdl_image and sdl_ttf already installed)
If you want to install sdl2 check sdl2.sh
If you don't cmake and you're running ubuntu (or ubuntu-based distribution) check cmake.sh

git clone https://github.com/Nesiik/Save-the-Raccoon &&
cd Save-the-Raccoon &&
mkdir build &&
cd build &&
cmake .. &&
cmake --build . &&
./projet