Trying out the SDL lib on cpp.
A basic "game" to understand the essentials of the library. It also uses SDL_ttf and SDL_image.
Replica.game.2023-11-20.21-35-41.mp4
Replica of the 1970's Pong. It also uses SDL_ttf and SDL_image.
Pong.2023-11-20.21-39-05.mp4
A classic snake game. It also uses SDL_ttf.
Snake.game.2023-11-20.21-40-48.mp4
A pretty simple runner game, it tries to mimic Google's dino game. In this one i tried to play sounds with the SDL std library, it didn't work quite well. It also uses SDL_ttf and SDL_image.
Runner.2023-11-20.21-47-01.mp4
Trying to replicate the game FlappyBird. It lacks many features, but the basics are there. For the sound in this game i used SDL_mixer, a nicer way to add sounds. It also uses SDL_ttf and SDL_image.
Flappy.Bird.2023-11-20.21-49-17.mp4
Not a game per say, but a really cool project.