Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 323 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 323 Bytes

Snake-Java-OpenGL

Somewhat of a recreation of my 2013 (noob) javascript snake game with java and OpenGL, using my LWJGL Engine.

How to run:

PC:

Run snake-lwjgl.jar

MAC:

Run snake-lwjgl.jar with -XstartOnFirstThread JVM arguments.