Monster League by Loginaut
SUPER IMPORTANT UPDATE: Using JarSplice I have managed to get the jar working! Run the JAR at the windows link to play! :D
I've only been coding for about two months, but I don't think its SUPER bad. Let me know what you think of it.
I've only been coding for about two months, but I don't think its SUPER bad. Let me know what you think of it.
| Windows | https://www.dropbox.com/s/comaptbrqi6yui2/Monster%20League.jar?dl=0 |
| Source | https://github.com/LogJams/LD24 |
| Original URL | https://ludumdare.com/compo/ludum-dare-24/?action=preview&uid=14749 |
Ratings
| Coolness | 53% | 3 |
| Overall | 2.29 | 691 |
| Fun | 1.83 | 709 |
| Graphics | 2.25 | 619 |
| Humor | 2.10 | 353 |
| Innovation | 2.54 | 509 |
| Mood | 1.79 | 669 |
| Theme | 3.52 | 139 |
What I was going for (which may have not been obvious seeing as I never really had anyone play-test it) was that it costs points to evolve and devolve the creature, and "toggle" may have been a poor choice of words to describe it.
Thanks for the feedback!
In linux, my java -jar RunGame returns:
[Monsterleuge]$ java -jar RunGame.jar
Exception in thread "main" java.lang.UnsupportedClassVersionError: game/core/Driver : 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: game.core.Driver. Program will exit.
java.lang.UnsupportedClassVersionError: game/core/Driver : Unsupported major.min
or version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(Unknown Source)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$000(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: game.core.Driver. Program will exit.
Exception in thread "main"
It's difficult to tell what exactly the stats do...
I liked the variety of monsters you could create though!
Wish the battles went a little faster.
Possibly with a line between the attacks in the text box.
Great job for your first time!