Slime Evolution Manipulation by shadowdruid
This is my first game jam aside from the miniLD 34.
The files for Linux and OS/X are included but I could not test them. Maybe someone can check whether they run, please.
I used the Slick2D engine for java to create this game.
Sounds made with Bfxr.
About the game:
If you manipulate the environment of the green slime, he will evolute great toxic power to struggle against invading slimes which evolute in other valleys.
The goal is an evolution to the ultimate slime which has no natural enemies.
In the List of Mutations you can see how they will effect your slime and their requirements. In the Environment Menu you can select and place Objects to achieve these Mutations.
Good Luck and Have Fun
The files for Linux and OS/X are included but I could not test them. Maybe someone can check whether they run, please.
I used the Slick2D engine for java to create this game.
Sounds made with Bfxr.
About the game:
If you manipulate the environment of the green slime, he will evolute great toxic power to struggle against invading slimes which evolute in other valleys.
The goal is an evolution to the ultimate slime which has no natural enemies.
In the List of Mutations you can see how they will effect your slime and their requirements. In the Environment Menu you can select and place Objects to achieve these Mutations.
Good Luck and Have Fun
Ratings
| Coolness | 44% | 667 |
| Overall | 3.38 | 164 |
| Audio | 2.35 | 392 |
| Fun | 2.81 | 363 |
| Graphics | 3.33 | 218 |
| Humor | 2.06 | 377 |
| Innovation | 3.52 | 115 |
| Mood | 2.88 | 249 |
| Theme | 3.62 | 112 |
I feel like it might make for a deeper game if the player could regain organic matter by destroying upgrade objects like the poison tree. For instance, the poison tree might cost 5 matter, each enemy drops 5 matter, and when you destroy the poison tree you get 3 or 4 matter back.
Good job!
I think I'd like it if it progressed a little slower in the beginning.
Well done overall.
"The file '/home/tigerj/Downloads/linux/Start_LD24.jar' is not marked as executable. If this was downloaded or copied from an untrusted source, it may be dangerous to run. For more details, read about the executable bit."
Enabling permissions to run the jar as a program removes the error, but nothing happens and nothing loads.
Running Mint 64 bit GNU/Linux.
When I get home I will play your game on windows.
so a simple shell script as follows would make it runnable for more of us (also, use tar.gz files instead of zip files, zip file strip permissions so executables are no longer runnable after unzipping them)
#!/bin/sh
java -Djava.library.path=./ -jar Start_LD24.jar
also remember on OSX and linux files are case sensitive, your game crashes on load because it's looking for data/BG_WORLDPART.png while you have the file named data/BG_WorldPart.png , so you have to rename the file to play the game
The game itself is pretty good, just kills you pretty easily, once you get to the end you're basicly forced to quickly delete a lot of your upgrades and replace the toxic trees since you no longer have room for them though.
Congrats!
My suggestions would be to polish the launch process (I nearly didn't run it at all!) and add some sort of tutorial, because I found myself a bit lost for the first while :) (I didn't realise I "was" the green slime, and kept missing the things on the multiple menus, etc)