Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/migueel15/snakegl
Snake game with openGL
https://github.com/migueel15/snakegl
Last synced: 2 months ago
JSON representation
Snake game with openGL
- Host: GitHub
- URL: https://github.com/migueel15/snakegl
- Owner: migueel15
- Created: 2024-01-29T19:39:41.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-03T23:17:29.000Z (12 months ago)
- Last Synced: 2024-02-04T20:59:09.249Z (12 months ago)
- Language: C
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snake game made with opengl
build using cmake
```
git clone https://github.com/migueel15/snakeGL.git
cd snakeGL
cmake -S . -B build
cd build
make
./src/game
```