You only get Juan by Rynig
How to run:
Follow the link above, select file->Download and save the file
Extract the zip file
Windows: run.bat
Linux/Mac: run.sh
Requires java(>=1.6) to run.
Controls:
Space: spawn minion (if you have enough spare parts)
Arrow keys: move
Comments:
Because of time constraints, we weren't able to work the theme into the game's theme the way we intended to (hence the disclaimer on the main menu.) For the same reason, we didn't have enough time to balance the game to be challenging and add different minion/enemy types.
Follow the link above, select file->Download and save the file
Extract the zip file
Windows: run.bat
Linux/Mac: run.sh
Requires java(>=1.6) to run.
Controls:
Space: spawn minion (if you have enough spare parts)
Arrow keys: move
Comments:
Because of time constraints, we weren't able to work the theme into the game's theme the way we intended to (hence the disclaimer on the main menu.) For the same reason, we didn't have enough time to balance the game to be challenging and add different minion/enemy types.
| Windows/Mac/Linux | https://drive.google.com/file/d/0BzoADcY9CIJTTktjeGNzMUFiOE0/edit?usp=sharing |
| Original URL | https://ludumdare.com/compo/ludum-dare-28/?action=preview&uid=30163 |
Twila: Yeah, I really didn't think the mechanics through that well, one think I particularly dislike is that once you have enough minions around the spawning areas, all enemies seem to die instantly. My collision detection is also O(n^2) right now too, it would be possible to use a quadtree and take that down to O(nlog(n)) if I had more time (and eliminate much of the lag)
It's only connected to the theme by a pun, but I actually think that's funny so it gets a pass for that too.
No sound, though, and actually playing the game wasn't too interesting.
I had fun playing, though I always died gathering parts, because enemies spawned right in my face :(
Besides that, I like the frankenstein gameplay :D
Good work.
P.S.: +1 for the pun in the title :P
java -classpath .:./bin:./lib/lwjgl.jar:./lib/lwjgl_util.jar -Djava.library.path=./native/linux com.rynig.ld28.LD28
Great idea, and pretty fun game! The fact that you die instantly from one shot makes it a little random though. Could be great with some polishing.