https://github.com/jcox06/opengl-snake
A fully functional snake game in LWJGL OpenGL.
https://github.com/jcox06/opengl-snake
java kotlin lwjgl opengl
Last synced: 4 months ago
JSON representation
A fully functional snake game in LWJGL OpenGL.
- Host: GitHub
- URL: https://github.com/jcox06/opengl-snake
- Owner: JCox06
- License: mit
- Created: 2023-10-10T18:44:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-01T22:58:37.000Z (9 months ago)
- Last Synced: 2024-12-29T23:42:24.129Z (6 months ago)
- Topics: java, kotlin, lwjgl, opengl
- Language: Java
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# OpenGL Snake 2D
***This is my OpenGL clone game of snake. I enjoyed making this as it allowed me to experiment with Kotlin, different types of movement, collision, and recursive methods.
Here is an example of the current version:
## Technology used
LWJGL - OpenGL and other low level bindings for Java
GLFW - Window creation
Joml - Maths library
OpenGL
Kotlin and Java