
Radioactive Bubble Boy
This game is from the old Ludum Dare platform. You can try viewing the original page on Web Archive
(may not load correctly).
(may not load correctly).
Radioactive Bubble Boy is platformer that includes both themes:
Two buttons (left and right arrows) to move and jump.
Collect bubbles to grow yours large enough to fit your significant other with you.
Some mechanical tips for those having difficulties with the controls:
-Jumping from ground always goes to direction you press first.
-Jumping from ground doesn't give you air-control.
-Walking off ledge without jumping or touching even briefly a ledge when wall jumping gives air-control. Same if you fall from wall without pressing any button or holding the button towards the wall and not releasing it.
Game Logic does this all with state system. If you intentionally jump/walljump( or press towards the wall to release from wall) your character is set to "jumping" where you cannot change your velocity in mid air. When you touch ground or fall from ledge/wall you are set to "idle" state where you can move to "moving" state.
In testing I've managed to get every "GREEN" thing at least once. But my best score is getting 10 of them without dying. Leave a comment if you can beat that. :3
Would love to see someone reaching the end screen. ^^
Two buttons (left and right arrows) to move and jump.
Collect bubbles to grow yours large enough to fit your significant other with you.
Some mechanical tips for those having difficulties with the controls:
-Jumping from ground always goes to direction you press first.
-Jumping from ground doesn't give you air-control.
-Walking off ledge without jumping or touching even briefly a ledge when wall jumping gives air-control. Same if you fall from wall without pressing any button or holding the button towards the wall and not releasing it.
Game Logic does this all with state system. If you intentionally jump/walljump( or press towards the wall to release from wall) your character is set to "jumping" where you cannot change your velocity in mid air. When you touch ground or fall from ledge/wall you are set to "idle" state where you can move to "moving" state.
In testing I've managed to get every "GREEN" thing at least once. But my best score is getting 10 of them without dying. Leave a comment if you can beat that. :3
Would love to see someone reaching the end screen. ^^