1. Snake Game
A modern remake of the classic Snake game using C++, SDL2, and SDL_ttf.
Feature
- Real-time snake movement logic
- Dynamic score rendering with SDL_ttf
- Game over and win screens with restart flow
- Clean, retro-inspired visuals
- Applied object-oriented principles for modular game structure
2. Pong Game
A classic Pong-style game built with C++ and SDL2 libraries. The player controls the paddle using the keyboard to keep the ball in play.
Feature
- Real-time paddle and ball interaction
- Ball color switches on wall collision
- Live score display
- Background music and sound effects
- Clean and minimal interface
- Applied object-oriented principles for modular game structure