A classic Snake game implementation using C++ and Raylib for simple graphics and input handling. Perfect for learning game development basics.
- Traditional snake movement mechanics
- Food spawning system
- Collision detection (walls & self)
- Score tracking
- Game over state
- Responsive controls
- Raylib (version 3.7 or newer)
- C++ compiler (g++/clang++/MSVC)