Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up
A snake game written using C++, SDL2, and Opengl with 3D graphics
C++
CMake
Latest commit
Cannot retrieve the latest commit at this time.
Files
| Type | Name | Latest commit message | Commit time |
|---|---|---|---|
| Failed to load latest commit information. | |||
|
|
CMake/Dependencies | ||
|
|
src | ||
|
|
.gitignore | ||
|
|
AUTHORS | ||
|
|
CMakeLists.txt | ||
|
|
COPYING | ||
|
|
LICENSE | ||
|
|
NEWS | ||
|
|
README | ||
|
|
snake.ogv | ||
README
Snake_3D The game is simple, grab the red fruit as many times as you can without running out of the arena, hitting your blue self, or the green obstacles. The snake is guided by the arrow keys, or the WASD keys at your option.