A Modern Clone of the Classic Snake Game
OpenGL-Snake is a clone of the game Snake. Written in C++, it uses OpenGL.
Debian-based (root): apt install freeglut3-dev
Red Hat-based (root): yum install freeglut-devel
git clone https://github.com/jadenPete/OpenGL-Snake
cd OpenGL-Snake
./build-32
or ./build-64
./run-32
or ./run-64