Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```