Skip to content

Nesiik/Save-the-Raccoon

Repository files navigation

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

About

Platformer roguelite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published