Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jcox06/opengl-snake


https://github.com/jcox06/opengl-snake

java kotlin lwjgl opengl

Last synced: 7 days ago
JSON representation

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