Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zerc/snake-cs
https://github.com/zerc/snake-cs
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zerc/snake-cs
- Owner: zerc
- Created: 2022-08-08T20:12:48.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-19T17:02:20.000Z (about 2 years ago)
- Last Synced: 2024-04-16T07:00:11.552Z (7 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
```