midgard 2012-08-27 02:53
Doesn't working, there is a bug when you start the game (at least in chrome).
Foon → Ludum Dare Explorer → LD24 → blob
By pknowles
| Category | Rank | Score | Count | |
|---|---|---|---|---|
| Coolness | 3 | 56 | ||
| Graphics | 227 | 3.30 | ||
| Innovation | 247 | 3.15 | ||
| Fun | 596 | 2.26 | ||
| Mood | 604 | 2.14 | ||
| Theme | 652 | 2.05 | ||
| Overall | 663 | 2.35 |
Doesn't working, there is a bug when you start the game (at least in chrome).
I also get an error when the game starts in Chrome. Couldn't play it.
Could't play. The game does nothing
Couldn't play :(
Error when it first starts, and then clouds.
Couldn't create GL context, must have too shitty a GPU. would've been nice to make a lofi version with simpler/no shaders for us hardware-poor folk ;)
screenshot looks A+ though.
Couldn't play.
OSX 10.6.8: Chrome Version 21.0.1180.82: "Could not create GL context."
OSX with Chrome Versión 21.0.1180.82. Intel HD3000 just in case :)
"GL Error 1286: <unknown> after draw <no stack>"
Apologies for the bugs. I plan on fixing/completing this during the week. There's some pretty weird WebGL quirks such as not being able to read a non-power of 2 floating point texture from a shader. It also seems if a shader has too many ops, it simply doesn't run without giving any error indication.
Couldn't run in Firefox or Chrome, sorry.
On Chrome, on Ubuntu 12.04, the game just shows the black and white screen - no colored blobs as your screenshot suggests. I didn't leave a rating, but let me know if I can help you patch this.
Same thing, it said something about a stack issue... :(
In Safari it couldn't create the GL context or something.
Yeah, can't play it =\
Wouldn't work for me. Chrome, "GL Error 1286: <unknown> after draw <no stack>"
same as everyone else.
Nope, doesn't work here as well. Bummer!
I can't play either :-/
The game starts, but I can barely play. Depending on the starting configuration, blue reproduces too fast and eats all the food, or kills me in less than 1 second. Also, even if there's food and some of my blobs around, when blue reaches a certain level the game tells me I've lost. Alert popup for that is very annoying too btw. Anyway, the concept is interesting, but in its current state is no fun at all.
Thanks for the feedback :) I've only just updated it. I'll keep tweaking.
Work with me ! A very nice game, but really hard ;)
Very intresting artstyle!
Really cool artstyle, but it felt like every single game was decided by if you could reach the green goo without dying first.
It reminded me a great deal of the game 'liquidwar', which is no bad thing.
Great stuff -- love the look and feel. Could do with some audio to compliment it.
I like the graphics, in particular the levels -- are they procedural? The gameplay could do with some tweaking; if you can reach the green it's straightforward, and otherwise you die quickly, and the blue "AI" doesn't seem to do very much. The concept is great though, and it would work really well on a touch screen too.
I would really like to know more about how you did all this. Maybe you'd like to write a blog post?
Yes, I'm contemplating doing an android version, but it uses floating point textures for the particle system which makes porting it really ugly. I've only done a few tests so far.
I haven't got round to implementing AI yet. At the moment blue movement is purely random, but the data for pathfinding and unit density is available.
The first thing I want to fix is the blob interactions (so the evolution part of the game actually works). I really want min/max blending for this but like so many GL features it's missing in WebGL.
I'll definitely continue to work on the game. I'll put a link on the same page with some more in-depth tech details when I get time.
Thanks all for the feedback :)