Defuse The Bomb by jglrxavpok
Get the scissors and go to the bomb to stop its timer!
Use WASD to move.
If you want to add levels, its pretty simple but you must use the .jar version:
create a new .png file called level.png
like:
"level6.png"
/!\ The number must be the next on the current highest (if the last level nbr in the jar is 5, you MUST put 6)
Draw the level art on it.
Then, create a new file called "level_mask.png"
Put the areas where the player can't go in red. Put the spawn of:
the player in Green (RGB: 255,0,0)
the bomb in Black (RGB: 0,0,0)
the scissors in Blue (RGB: 0,0,255)
(Be sure to use the correct values)
Once that done, put the two files you've created in the .jar "dtb.jar" located at: "%appdata%/Roaming(on Windows, else it's your user directory)/.ludumdare27-dtb/bin/dtb.jar".
You must put then in the folder "data/levels/" of the jar.
Use WASD to move.
If you want to add levels, its pretty simple but you must use the .jar version:
create a new .png file called level
like:
"level6.png"
/!\ The number must be the next on the current highest (if the last level nbr in the jar is 5, you MUST put 6)
Draw the level art on it.
Then, create a new file called "level
Put the areas where the player can't go in red. Put the spawn of:
the player in Green (RGB: 255,0,0)
the bomb in Black (RGB: 0,0,0)
the scissors in Blue (RGB: 0,0,255)
(Be sure to use the correct values)
Once that done, put the two files you've created in the .jar "dtb.jar" located at: "%appdata%/Roaming(on Windows, else it's your user directory)/.ludumdare27-dtb/bin/dtb.jar".
You must put then in the folder "data/levels/" of the jar.
| Windows | http://bit.ly/19SU7w9 |
| Jar (All platforms) | http://bit.ly/1aFbrEm |
| Source (23Mb!) | http://bit.ly/1dFJ0py |
| Original URL | https://ludumdare.com/compo/ludum-dare-27/?action=preview&uid=27499 |
Ratings
| Coolness | 32% | 1563 |
| Overall | 2.68 | 906 |
| Audio | 2.24 | 710 |
| Fun | 2.78 | 677 |
| Graphics | 2.21 | 947 |
| Innovation | 2.47 | 906 |
| Mood | 2.44 | 789 |
| Theme | 3.37 | 353 |
I'm curious, how did you create the windows .exe? :O I would thank you so much if you tell me how to, because some people is having trouble to run my jar :(
Controls adapting to your keyboard is great!