Simulation by TheGameMaker
This is a game about adaptation. It takes a more abstract view to the whole "evolution" theme and puts you directly in control of the homeostasis of an organism. The "help" option explains the rest.
***READ***
The mac version works fine, but on windows, open the .jar file with command prompt by typing "java -jar "(no quotes) and dragging the file into the command prompt window and pressing enter. I haven't tested it on Linux, but it's a .jar file so I'm sure it would work..
The only thing that I didn't make is the music. But everything else is my doing.
Enjoy!
***READ***
The mac version works fine, but on windows, open the .jar file with command prompt by typing "java -jar "(no quotes) and dragging the file into the command prompt window and pressing enter. I haven't tested it on Linux, but it's a .jar file so I'm sure it would work..
The only thing that I didn't make is the music. But everything else is my doing.
Enjoy!
Ratings
| Coolness | 54% | 3 |
| Overall(Jam) | 2.44 | 233 |
| Audio(Jam) | 2.20 | 179 |
| Fun(Jam) | 2.20 | 224 |
| Graphics(Jam) | 2.00 | 256 |
| Innovation(Jam) | 2.87 | 129 |
| Mood(Jam) | 2.53 | 162 |
| Theme(Jam) | 3.07 | 85 |
Exception in thread "Game Thread" java.lang.IllegalArgumentException: Unsupporte
d control type: Pan
at com.sun.media.sound.AbstractLine.getControl(Unknown Source)
at engine.util.Sound.setPan(Sound.java:28)
at engine.util.Sound.play(Sound.java:62)
at com.MainMenu.update(MainMenu.java:22)
at com.Screen.update(Screen.java:32)
at engine.graphics.Display.run(Display.java:54)
at java.lang.Thread.run(Unknown Source)
"Error loading /select.wav:
java.lang.IllegalArgumentException: Invalid format"
When I press play or help I get:
"Exception in thread "Game Thread" java.lang.IllegalArgumentException: Master Gain not supported
at org.classpath.icedtea.pulseaudio.PulseAudioLine.getControl(PulseAudioLine.java:89)
at engine.util.Sound.setVolume(Sound.java:23)
at engine.util.Sound.play(Sound.java:61)
at com.MainMenu.update(MainMenu.java:22)
at com.Screen.update(Screen.java:32)
at engine.graphics.Display.run(Display.java:54)
at java.lang.Thread.run(Thread.java:679)"
Pressing Exit works. I encounter errors running with and without terminal. I know I had audio problems with my game in Java on Linux; I think it's an OpenJDK thing but I can't say for sure.
Error loading /select.wav:
java.lang.IllegalArgumentException: Invalid format
Exception in thread "Game Thread" java.lang.IllegalArgumentException: Master Gain not supported
at org.classpath.icedtea.pulseaudio.PulseAudioLine.getControl(PulseAudioLine.java:89)
at engine.util.Sound.setVolume(Sound.java:23)
at engine.util.Sound.play(Sound.java:61)
at com.MainMenu.update(MainMenu.java:31)
at com.Screen.update(Screen.java:32)
at engine.graphics.Display.run(Display.java:54)
at java.lang.Thread.run(Thread.java:679)
Exception in thread "Game Thread" java.lang.IllegalArgumentException: Unsupported control type: Pan
at com.sun.media.sound.AbstractLine.getControl(Unknown Source)
at engine.util.Sound.setPan(Sound.java:28)
at engine.util.Sound.play(Sound.java:62)
at com.MainMenu.update(MainMenu.java:22)
at com.Screen.update(Screen.java:32)
at engine.graphics.Display.run(Display.java:54)
at java.lang.Thread.run(Unknown Source)
Java version 1.7.0_05, Windows 7 64-bit
Thanks for rating if it works!
Windows Vista, 32 Bit. Ran from the command prompt.
Sorry. :(
Exception in thread "Game Thread" java.lang.IllegalArgumentException: Unsupported control type: Pan
at com.sun.media.sound.AbstractLine.getControl(AbstractLine.java:164)
at engine.util.Sound.setPan(Sound.java:28)
at engine.util.Sound.play(Sound.java:62)
at com.MainMenu.update(MainMenu.java:31)
at com.Screen.update(Screen.java:32)
at engine.graphics.Display.run(Display.java:54)
at java.lang.Thread.run(Thread.java:722)
Could you upload a compatibility version with all sound references removed?..