An open API service indexing awesome lists of open source software.

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.

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