Geo Morph by amymist
To play, you must navigate the maze, watching out for traps and searching for the trapdoor that will take you further down. But beware! Unpleasant things may lurk below...
Controls---
Arrow keys to move
A-S Rotate shape
Z-X Rotate material
Created by Petercraft and amymist!
Space Select/Next
Controls---
Arrow keys to move
A-S Rotate shape
Z-X Rotate material
Created by Petercraft and amymist!
Space Select/Next
Ratings
| Coolness | 32% | 1808 |
| Overall(Jam) | 2.73 | 993 |
| Fun(Jam) | 2.60 | 935 |
| Graphics(Jam) | 3.13 | 654 |
| Theme(Jam) | 3.60 | 338 |
➜ java -version
java version "1.8.0_60"
Java(TM) SE Runtime Environment (build 1.8.0_60-b27)
Java HotSpot(TM) 64-Bit Server VM (build 25.60-b23, mixed mode)
➜ java -XstartOnFirstThread -jar ~/Downloads/GeoMorph.jar
Exception in thread "Thread-0" java.lang.ExceptionInInitializerError
at org.lwjgl.glfw.GLFW.glfwCreateWindow(GLFW.java:1248)
at code.ld35.Display.createDisplay(Display.java:37)
at code.ld35.LD35.run(LD35.java:35)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.IllegalStateException: GLFW windows may only be created on the main thread and that thread must be the first thread in the process. Please run the JVM with -XstartOnFirstThread. For offscreen rendering, make sure another window toolkit (e.g. AWT or JavaFX) is initialized before GLFW.
I love isometric games :P