August 24th-27th 2012 :: Theme: Evolution
Who would win in a grenade fight between Darwin and God??? Finally a game to answer this age-old question.
Ready... Fight!
Downloads and Links
Ratings
#34 | Humor(Jam) | 3.36 |
#99 | Audio(Jam) | 3.00 |
#105 | Fun(Jam) | 3.03 |
#156 | Theme(Jam) | 2.60 |
#165 | Overall(Jam) | 2.87 |
#172 | Mood(Jam) | 2.48 |
#228 | Graphics(Jam) | 2.33 |
#257 | Innovation(Jam) | 1.83 |
#618 | Coolness | 46% |
Comments
thats fun! would have been cool to have a single player mode, but i'm sure AI for that would have been tricky to code! well done!
Sweet animations, classic !wrms gameplay :) like how you crammed evolution in there at the last minute ;) It was worth playing through a third time just to get the Draw sound effect :-p
The gameplay is much like other Worms styled games. Though I felt infinite movement was too much. I found it odd that you could type within the time limit box.
Nice light hearted game. I had a fair bit of trouble getting the strength of the grenades right, by the end of a game I was still not quite getting it.
Liking the sounds effects. I just wish I had someone to play with. Sometimes a grenade would get stuck in the ground instead of bouncing.
Haha funny sounds! :D
Will you release the source code? I'd like to understand how you are doing to compute the world collisions and things like this. Can you explain a bit?
Cool game. I played it at work with a friend and Darwin won! Too bad there is only one weapon
Hi Cthulhu, unfortunately I wont be releasing the source code, but the destructable terrain is using a technique in flash (though in this case Haxe) where I have two bitmaps, a terrain bitmap and a destruction bitmap. These two bitmaps are compared and any pixel on the destruction bitmap that isnt 100% alpha has the corresponding pixel on the terrain bitmap's alpha set to 0%. When I want to destroy the landscape, I simply draw a shape to the destruction bitmap and update the terrain bitmap using the above method for the area that's changed. Collision of players and grenades is done using pixel collision checks of the object and the terrain. I may do a blog post on it at some point... though the technique has been blogged about by a few others :)
I killed one of my guys at the same time as the last angel and it said it was a draw. (the score was actually 4-1)
You must sign in to comment.
It was cool. The "bang" sound was really sharp though. I had to turn my sound down. Definitely funny concept though.