Simple classic Snake arcade game implementation written in C++.
main.cpp Complete game logic, input handling, and rendering loop
Makefile Standard C++ build script
Makefile_snake Alternative build configuration
main.cpp: Terminal/console rendering, collision detection, score system, and game loop.
- C++ compiler (
g++orclang++) - Make
Compile the binary:
makeRun game:
./snakeClean build artifacts:
make clean- 📋 Roadmap & TODOs - Planned features and project roadmap
- 📐 Architecture - System architecture and components
- 📄 License - MIT License