ROVOLUTION by Krise20
UPDATE:
You Must have the latest version of java runtime to play this
I updated some native libraries, some people were saying it wasn't playing so I made sure that it had the latest nightly builds of the LWJGL's for each OS.
Should work on Mac Win and Linux....let me know in the comments.
I used Slick2d as well as paint / GIMP and sfxr.
I spend a lot of time on the game engine so there's not a lot of game play, So I'm releasing this as a demo and will continue to work on it after the LD.
This is my first LD ever and it was fun.
Source is included in the folder src
To run, click the LudumDare24.jar, if there is any problems running it, let me know.
The level Ends with you obtaining legs, I never had time to make more levels.
Also you can recharge your battery for a score penalty.
As well as this being my First Ludum Dare this is my first actual proper attempt at making a game (I've always programmed apps)
All your constructive feedback is appreciated
You Must have the latest version of java runtime to play this
I updated some native libraries, some people were saying it wasn't playing so I made sure that it had the latest nightly builds of the LWJGL's for each OS.
Should work on Mac Win and Linux....let me know in the comments.
I used Slick2d as well as paint / GIMP and sfxr.
I spend a lot of time on the game engine so there's not a lot of game play, So I'm releasing this as a demo and will continue to work on it after the LD.
This is my first LD ever and it was fun.
Source is included in the folder src
To run, click the LudumDare24.jar, if there is any problems running it, let me know.
The level Ends with you obtaining legs, I never had time to make more levels.
Also you can recharge your battery for a score penalty.
As well as this being my First Ludum Dare this is my first actual proper attempt at making a game (I've always programmed apps)
All your constructive feedback is appreciated
| Win | http://www.torqscrewsoftware.co.uk/ftp/LudumDare24FINAL.zip |
| Original URL | https://ludumdare.com/compo/ludum-dare-24/?action=preview&uid=14705 |
Ratings
| Coolness | 50% | 3 |
| Overall | 2.30 | 682 |
| Audio | 1.83 | 529 |
| Fun | 2.18 | 629 |
| Graphics | 2.10 | 664 |
| Humor | 1.93 | 419 |
| Innovation | 2.27 | 607 |
| Mood | 2.00 | 634 |
| Theme | 3.00 | 327 |
Good work. I like the idea of a robot walking around to search for is own components, but you can't use 32.4 MB just for the intro sound.
Most people don't like to download so big files.
- use another zipping format than 7z (I had no problems, but I know that not everybody has programs to open all formats), just .zip-it
- sad, that you had not the time to make more gameplay or more levels than two screens
- enemies are not a threat, if you can attack them from range
- the R oder T button restores the health, why?
- powerups (except a first one) should be a reward for doing something instead of getting them for free
The R was to be for re-charging your battery in later levels to help game flow, you can recharge for for a score penalty.
I've changed the link to a ZIP file (same game just zipped)
Yes it ends when you get legs, I ran out of time for level design, spent too much time on code
if you open a command promp window from the folder where the LudumDare24.jar file is and type java -jar LudumDare24.jar then you can tell me what the error is, it could be that its missing a .dll or that your java isnt up to date.
Anyway I updated some Native Libraries for winx32 macosx and linux
As a side note, you could reduce your download size by only including the libraries and natives you need: lwjgl.jar, jogg.jar, jorbis.jar, slick.jar, all the native dlls except for the jinput ones (they're used for controller input, not keyboard+mouse).
C:\Users\Kris\Downloads\LudumDare24FINAL\LudumDare24>java -jar LudumDare24.jar
Exception in thread "main" java.lang.UnsupportedClassVersionError: ludumdare24/L
udumDare24 : Unsupported major.minor 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: ludumdare24.LudumDare24. Program will exit.
Thanks EnigmaBlade, its my first time packaging a game for distribution and people are getting all these errors, but thanks for helping me cut down space :)