You know those games where the plumber goes to save the princess? This is a tower defense take on that game, but from the villains point of view.
How to play ----------- Click on the castles to access the menu where you buy troops.
Standard disclaimer: This is my first Ludum Dare entry.
Extended disclaimer: As it turned out this project was a bit too ambitious for me to finish in 48 hours. I ended up scaling away about half of what I intended to be in there and unfortunately there was no time to polish it into an enjoyable experience.
M.I.A ----- -The Princess -Tons of fun banter between the villain, the princess and the hero. (Haha... My eyes tear with laughter as I think about all the wacky stuff they'd say) -A screen for all the interactions with the princess. (No, not that kind of interaction!) Keeping her happy was supposed to be a main part of the game. (No, not in that way) -SOUND!
I wasn't quite sure what was happening here. I think it is a tower defense game? I clicked around a lot and managed to buy some units but I'm not sure if I won or not. Even a short description of how it works would be helpful, but looks like you've got a good little chunk of code written.
Hey - is there a better way to publish this - like as an applet or just a jar or something? The "are you sure you want to let this thing have admin privs" warning is too scary ;)
WebStart is deprecated on Mac OS X and on Ubuntu 12 with Java 7 I get the following error:
java.lang.UnsatisfiedLinkError: /home/arthur/.java/deployment/cache/6.0/17/76da7c91-495d1ca1-n/liblwjgl.so: libjawt.so: cannot open shared object file: No such file or directory at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1939) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1864) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1838) at java.lang.Runtime.loadLibrary0(Runtime.java:845) at java.lang.System.loadLibrary(System.java:1084) at org.lwjgl.Sys$1.run(Sys.java:73) at java.security.AccessController.doPrivileged(Native Method) at org.lwjgl.Sys.doLoadLibrary(Sys.java:66) at org.lwjgl.Sys.loadLibrary(Sys.java:82) at org.lwjgl.Sys.<clinit>(Sys.java:99) at org.lwjgl.opengl.Display.<clinit>(Display.java:130) at org.newdawn.slick.AppGameContainer$1.run(AppGameContainer.java:39) at java.security.AccessController.doPrivileged(Native Method) at org.newdawn.slick.AppGameContainer.<clinit>(AppGameContainer.java:36) at com.jugendmedia.ld25.Game.main(Game.java:82) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at com.sun.javaws.Launcher.executeApplication(Unknown Source) at com.sun.javaws.Launcher.executeMainClass(Unknown Source) at com.sun.javaws.Launcher.doLaunchApp(Unknown Source) at com.sun.javaws.Launcher.run(Unknown Source) at java.lang.Thread.run(Thread.java:722)
Comments8
Need some sfx and music and a title/instructions screen.
Tip: you should edit game entry and put some text explantions about this game?
java.lang.UnsatisfiedLinkError: /home/arthur/.java/deployment/cache/6.0/17/76da7c91-495d1ca1-n/liblwjgl.so: libjawt.so: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1939)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1864)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1838)
at java.lang.Runtime.loadLibrary0(Runtime.java:845)
at java.lang.System.loadLibrary(System.java:1084)
at org.lwjgl.Sys$1.run(Sys.java:73)
at java.security.AccessController.doPrivileged(Native Method)
at org.lwjgl.Sys.doLoadLibrary(Sys.java:66)
at org.lwjgl.Sys.loadLibrary(Sys.java:82)
at org.lwjgl.Sys.<clinit>(Sys.java:99)
at org.lwjgl.opengl.Display.<clinit>(Display.java:130)
at org.newdawn.slick.AppGameContainer$1.run(AppGameContainer.java:39)
at java.security.AccessController.doPrivileged(Native Method)
at org.newdawn.slick.AppGameContainer.<clinit>(AppGameContainer.java:36)
at com.jugendmedia.ld25.Game.main(Game.java:82)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at com.sun.javaws.Launcher.executeApplication(Unknown Source)
at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
at com.sun.javaws.Launcher.doLaunchApp(Unknown Source)
at com.sun.javaws.Launcher.run(Unknown Source)
at java.lang.Thread.run(Thread.java:722)