Game is fun, though found a bit confusing at first (with exactly what to type) and I found it more fun actually with the map. Obviously minimal, but there was some fun RPG/grinding in the text-based game. I feel there could of been some more ways to interact with everything, or more of a story even, but for what it is it was a surprisingly fun time.
Pretty fun text-based RPG. Like others've said, a map or an option to view a map would've been nice (Unless there actually is no world and the directions you walk don't matter). Nice work, regardless. :)
I got a glowing sword and killed a minotaur, then died at the hands of another, more vile minotaur. I found the commands a bit hard to learn on my own, but I guess they are there in he entry page so it's all good. Fun game :)
Don't know much about Java, but I got the following exception (Linux fedora 16)
$ java -jar LD26.jar Exception in thread "main" java.lang.UnsupportedClassVersionError: hyperkitty/game/LD26/LD26 : Unsupported major.minor version 51.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:634) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:277) at java.net.URLClassLoader.access$000(URLClassLoader.java:73) at java.net.URLClassLoader$1.run(URLClassLoader.java:212) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:205) at java.lang.ClassLoader.loadClass(ClassLoader.java:321) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294) at java.lang.ClassLoader.loadClass(ClassLoader.java:266) Could not find the main class: hyperkitty.game.LD26.LD26. Program will exit.
f7f5... my guess would be that either you have a version of java lower than java 7... or that the version of linux you are using doesn't like my .bat file
Comments16
$ java -jar LD26.jar
Exception in thread "main" java.lang.UnsupportedClassVersionError: hyperkitty/game/LD26/LD26 : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:634)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:277)
at java.net.URLClassLoader.access$000(URLClassLoader.java:73)
at java.net.URLClassLoader$1.run(URLClassLoader.java:212)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
Could not find the main class: hyperkitty.game.LD26.LD26. Program will exit.
Nice one.