unnamed game with a mole by x1212
This game is a simple platformer.
Left and right arrows to walk, up to jump and space to punch.
The normal worms (pink ones, not moving arround) can be used to get back some health by eating (walking over) them. The other ones (yellow, moving arround) are poisonous, if you come to close to them you will loose health.
(originally I even had some kind of background story in mind for this ...)
The goal is to let all the flowers on the surface bloom, by punching all the poisonous worms beneath the surface.
Edit (24 April 2014): added link to Open Pandora port
Left and right arrows to walk, up to jump and space to punch.
The normal worms (pink ones, not moving arround) can be used to get back some health by eating (walking over) them. The other ones (yellow, moving arround) are poisonous, if you come to close to them you will loose health.
(originally I even had some kind of background story in mind for this ...)
The goal is to let all the flowers on the surface bloom, by punching all the poisonous worms beneath the surface.
Edit (24 April 2014): added link to Open Pandora port
Ratings
| Coolness | 62% | 3 |
| Overall | 2.47 | 1152 |
| Audio | 1.84 | 945 |
| Fun | 2.27 | 1123 |
| Graphics | 2.41 | 1042 |
| Humor | 2.44 | 550 |
| Innovation | 1.94 | 1221 |
| Mood | 2.52 | 963 |
| Theme | 2.94 | 823 |
I am a mole, why can't I dig ?
Before starting you have to add the necessary permissions with chmod +x ./test.bin
Godot's export for HTML5 seems not to do so well for sound (there should be some for when beeing hit or eating worms, but they won't be played in the Web-Version). Also it's View is too small, health won't be shown, ...
(after reading that comment and searching for emscripten I finally understand why there are logentries pointing me to .cpp files in the Web-Version)
The movement is a bit slow and floaty, and therefore imprecise
The flowers and particle effects are a nice visual touch
I enjoyed playing it overall
./test.bin: /lib/i386-linux-gnu/i686/cmov/libm.so.6: version `GLIBC_2.15' not found (required by ./test.bin)
./test.bin: /lib/i386-linux-gnu/i686/cmov/libc.so.6: version `GLIBC_2.15' not found (required by ./test.bin)
I think you need the package gcc-multilib on ubuntu (but not entirely sure ...).
The art is simple as well, I would have enjoyed music, or more effects, but I understand not everyone can be a orchestra man.