Very nice bomb game (BOOM)
Boombs is a platform/action/puzzle game.
To test the current state of the game, play the scene Level1
Bugs:
- Blobs die when they touch anything
Implemented features:
- Player can move to the left and to the right
- Player throws bombs
- Click on bombs to detonate them
- Bombs have a timer until automatic detonation
- Throwing a bomb gives a recoil force to the player proportional to throw force
- A bomb explosion applies a force to every physics objects within its radius.
- Any bomb within the explosion radius of another bomb will explode as well (reduce timer to 0.1s).
Need improvement:
- enemies bounce() should be an explosion, for compatibility with other nodes apart from player.
- Lives should be local to the player (What happens to the lives when on a menu, or title screen?)
- Checkpoints dont work as checpoints yet
Features to add:
- Enemies
- Enemy type 1 - Blobs - They just crawl around and if you collapse with them on the side you die, the way to kill them is by landing on top of them They have different behaviour based on their color (purple ones ignore cliffs, blue ones don't)
- An actual plot - minor
- Goal - minor
- Obstacles: switches, doors, moving platforms, ...
Credits
- Tilesets:
- Blob:
- https://www.kenney.nl (Edited by BornCG)
- Zombie and Robot enemies (to be added)
- Health heart