Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smack0007/snake
The game of snake.
https://github.com/smack0007/snake
Last synced: about 2 months ago
JSON representation
The game of snake.
- Host: GitHub
- URL: https://github.com/smack0007/snake
- Owner: smack0007
- License: mit
- Created: 2024-08-02T18:30:00.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-23T20:50:17.000Z (about 2 months ago)
- Last Synced: 2024-11-23T21:27:14.123Z (about 2 months ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# snake
## Cloning
To clone the project you'll need to also fetch all the submodules so use `--recurse-submodules`:
```
git clone --recurse-submodules https://github.com/smack0007/snake.git
```