Java Glulx and Java Glk

(a work in progress)

Some time ago I decided to try to writing a Glulx IF engine for the Java virtual machine. This first requires writing a Glk library for Java. I have written a simple Java Glk called PoorGlk, which is the equivalent of (but NOT a port of) the C CheapGlk. I have also written a good deal of a Java Glulx interpreter (not a port of Glulxe). This includes the Glk interface. It is my hope that someone will write a decent Java Glk package which will drop right in.

The works below are presented for educational and experimental use only. Please do not redistribute.

Java Glk (including PoorGlk)

Java Glulx