https://github.com/schak04/snake-game
The classic snake game I'm writing in C++ for learning and fun. On hold for now.
https://github.com/schak04/snake-game
cpp game-development learning-by-doing snake-game
Last synced: about 7 hours ago
JSON representation
The classic snake game I'm writing in C++ for learning and fun. On hold for now.
- Host: GitHub
- URL: https://github.com/schak04/snake-game
- Owner: schak04
- Created: 2025-12-25T18:46:02.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-06-10T18:50:52.000Z (27 days ago)
- Last Synced: 2026-06-10T20:21:35.737Z (27 days ago)
- Topics: cpp, game-development, learning-by-doing, snake-game
- Language: C++
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snake Game
The classic snake game that I'm writing in C++ for:
1. learning C++ better
2. challenging & improving my problem-solving skills
3. getting started with low-level game dev
4. fun (obviously)
## Game Rules
- Move the snake using arrow keys (yet to figure out how to take keyboard input but I'll get there soon)
## Author
Saptaparno Chakraborty