Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.28 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.28 KB

GamesWithSDL

Trying out the SDL lib on cpp.

Test game

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

Pong

Replica of the 1970's Pong. It also uses SDL_ttf and SDL_image.

Pong.2023-11-20.21-39-05.mp4

Snake

A classic snake game. It also uses SDL_ttf.

Snake.game.2023-11-20.21-40-48.mp4

Runner

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

FlappyBird

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

Rain

Not a game per say, but a really cool project.

Rain.2023-11-20.21-50-39.mp4