Skip to content

danielmbrasil/SuperDino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Super Dino

Super Dino is a platform game written in C++17 using the SDL2 libraries.

Author: Daniel Machado Brasil.

Build Prerequisites

sdl2, sdl2_image, sdl2_ttf, sdl2_mixer and cmake.

Build for Ubuntu-based distros

$ sudo apt install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev cmake

Build and Run

$ mkdir build
$ cd build
$ cmake ..
$ make
$ ./2D_SuperDino

Credits:

None of the assets used on this game were made by the author.

All sound effects were taken from freensound.org. Below you'll find a list with the authors' usernames:

  • lloydevans09: jump sound effect;

  • yummie: hit sound effect;

  • n-audioman: hit sound effect;

  • free-rush: coin sound effect;

  • littlerainyseasons: good-end sound effect;

  • kickhat: click sound effect;

  • myfox14: gameover arcade sound effect;

  • screamstudio: gameover arcade sound effect;

  • mrthenoronha: theme song.

About

2D game made with C++ and SDL2 libraries.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published