https://github.com/zerc/snake-cs
https://github.com/zerc/snake-cs
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zerc/snake-cs
- Owner: zerc
- Created: 2022-08-08T20:12:48.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-19T17:02:20.000Z (over 3 years ago)
- Last Synced: 2025-03-22T10:16:39.867Z (11 months ago)
- Language: C
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snake :: Client-Server
## Materials
* [Modern Cmake](https://cliutils.gitlab.io/modern-cmake/)
## Development
After checking out, make sure to init submodules:
```shell
git submodule init
git submodule update
```