Invasion by Humbleness
Entry fixed and is now playable :)
A relatively simple game that I made to finish my second LD (my first compo :D). As simple as it may seem, I spent almost all 48 hours working on it. I realize that there are a few bugs and pretty easy to exploit a few glitches, but it's still pretty playable. I didn't have a graphic artist this time so I had to make all this myself (including the font actually(long story)), and I apologize how disproportionate the countries are XD
You are an alien invader, and you must gain control of every nation on Earth by doing actions such as inciting riots, or assassinating the leader, all without getting caught. Originally I planned to create a score system (you would get more points by doing it more quickly and with the least suspicion), but I unfortunately did not have time to do that. Also, I realize that there are still a few more hours left, and I would love to use them, but unfortunately I have to be somewhere else, so I'll have to submit early
If you couldn't tell, this was sort of inspired by contagion :)
About the source:
Haven't made a Github yet, so I just copied the project file directly from NetBeans. If you would like to look at it you just have to put the extracted file in NetBeansProjects
Instructions (more detailed instructions in readme):
-Download anywhere
-Extract anywhere (keep both files in the same directory)
-Double click
A relatively simple game that I made to finish my second LD (my first compo :D). As simple as it may seem, I spent almost all 48 hours working on it. I realize that there are a few bugs and pretty easy to exploit a few glitches, but it's still pretty playable. I didn't have a graphic artist this time so I had to make all this myself (including the font actually(long story)), and I apologize how disproportionate the countries are XD
You are an alien invader, and you must gain control of every nation on Earth by doing actions such as inciting riots, or assassinating the leader, all without getting caught. Originally I planned to create a score system (you would get more points by doing it more quickly and with the least suspicion), but I unfortunately did not have time to do that. Also, I realize that there are still a few more hours left, and I would love to use them, but unfortunately I have to be somewhere else, so I'll have to submit early
If you couldn't tell, this was sort of inspired by contagion :)
About the source:
Haven't made a Github yet, so I just copied the project file directly from NetBeans. If you would like to look at it you just have to put the extracted file in NetBeansProjects
Instructions (more detailed instructions in readme):
-Download anywhere
-Extract anywhere (keep both files in the same directory)
-Double click
Ratings
| Coolness | 32% | 1897 |
| Overall | 2.71 | 787 |
"Exception in thread "main" java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path"
Exception in thread "main" java.lang.UnsatisfiedLinkError: no lwjgl64 in java.library.path
It's a pity, because the game really looks cool!
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:482)
Entry is fixed and ready to go. 100% confirmed on Linux, and should work on Mac and Windows as well
java version "1.8.0_51"
Java(TM) SE Runtime Environment (build 1.8.0_51-b16)
Java HotSpot(TM) Client VM (build 25.51-b03, mixed mode)
Exception in thread "main" java.lang.UnsatisfiedLinkError: Expecting an absolute path of the library: /home/brendan/Deows\lwjgl.dll
at java.lang.Runtime.load0(Unknown Source)
at java.lang.System.load(Unknown Source)
at org.lwjgl.Sys$1.run(Sys.java:70)
at java.security.AccessController.doPrivileged(Native Method)
at org.lwjgl.Sys.doLoadLibrary(Sys.java:66)
at org.lwjgl.Sys.loadLibrary(Sys.java:96)
at org.lwjgl.Sys.<clinit>(Sys.java:117)
at org.lwjgl.opengl.Display.<clinit>(Display.java:135)
at gameenginebase.Main.initDisp(Main.java:43)
at gameenginebase.Main.main(Main.java:32)
$ java -jar LD33_1000x800.jar
Exception in thread "main" java.lang.UnsupportedClassVersionError: gameenginebase/Main : Unsupported major.minor version 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:482)
$ java -version
java version "1.7.0_79"
OpenJDK Runtime Environment (IcedTea 2.5.6) (7u79-2.5.6-1~deb8u1)
OpenJDK 64-Bit Server VM (build 24.79-b02, mixed mode)