A simple, classic Snake game playable in your terminal, written in C++ as a learning project.
The game uses only standard C++ libraries and prints directly to the console.
- Real-time movement and growth
- Food spawning and score tracking
- Basic collision detection (walls and self)
- macOS (or Linux)
- C++17-compatible compiler (
clang++org++) - Terminal (or VSCode integrated terminal)
./compile.sh./snake