https://github.com/expresshermes/snakes
Snakes Game in C++
https://github.com/expresshermes/snakes
Last synced: 3 months ago
JSON representation
Snakes Game in C++
- Host: GitHub
- URL: https://github.com/expresshermes/snakes
- Owner: ExpressHermes
- Created: 2019-01-06T06:39:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-17T16:54:50.000Z (over 6 years ago)
- Last Synced: 2025-01-06T13:36:26.962Z (5 months ago)
- Language: C++
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snakes
Snakes Game in C++This file is just a copy of Snakes.cpp from @americast/Snakes repository. Only modification is the walls and comments I have added to the code.