boom by J
A 2-player battle with mines, where each player can throw any number of dummy mines and only one real one. However, one player's 'real' mine is a dud, and neither player knows which. I'm not sure how well this works...
A player can detonate all of his mines at any time, and can use lasers 3 times to destroy (without detonating) every placed mine.
The game ends once the real mine has been detonated or destroyed, and the winner is the player left alive, if any. If both players are alive, the player who had the real mine loses.
You probably want to use a controller for this.
Known bugs:
- mines don't orient themselves immediately when landing on the ground
- players can jump in the air after walking off a platform
- after falling off the bottom of a wall, players continue to fall slowly, and can wall jump, until they move away from the wall
- there seems to be a fairly bad memory leak
A player can detonate all of his mines at any time, and can use lasers 3 times to destroy (without detonating) every placed mine.
The game ends once the real mine has been detonated or destroyed, and the winner is the player left alive, if any. If both players are alive, the player who had the real mine loses.
You probably want to use a controller for this.
Known bugs:
- mines don't orient themselves immediately when landing on the ground
- players can jump in the air after walking off a platform
- after falling off the bottom of a wall, players continue to fall slowly, and can wall jump, until they move away from the wall
- there seems to be a fairly bad memory leak
| Windows | http://ikn.org.uk/files/games/boom/boom-win-ld.zip |
| Linux / other Unix-like / source | http://ikn.org.uk/files/games/boom/boom-ld.tar.gz |
| Original URL | https://ludumdare.com/compo/ludum-dare-28/?action=preview&uid=5483 |
Ratings
| Coolness | 48% | 998 |
| Overall | 2.48 | 881 |
| Audio | 2.37 | 568 |
| Fun | 2.43 | 779 |
| Graphics | 2.45 | 733 |
| Innovation | 2.86 | 528 |
| Mood | 2.24 | 828 |
| Theme | 2.71 | 584 |
@hnjslater: since you're trying to install dependencies, I'm assuming you're not on Windows, so details would still be nice. Thanks.
The map was the last thing I did - I would've like to have included more.
The movement is a bit imprecise :&