TRANSFORMATION ACTIVATED by lucia
NOTE: Play in 1024 x 768 for best results.
TRANSFORMATION ACTIVATED is an unnecessarily convoluted platformer where you must program a robot!
Your robot can transform into several forms, which each help you in their own special way.
If you get stuck or confused (or just want a detailed explanation of the game mechanics), scroll down to the "i have no idea what i'm supposed to do this is confusing" section.
If you want to get through the game faster (or are just stuck), press "F1" to instantly jump to the next level.
"the game crashed!"
---
Restart the game, and press "F1" to skip all of the levels you have already completed.
"it lags for multiple seconds when i try to undo a command"
---
This can happen when you have a really long program (particularly so in the final rooms).
Unfortunately, your only real option is to press "R" to restart the level, which will clear your program.
Sorry about that.
"i'm stuck!"
---
Press "R" to restart the level (and wipe your current program).
"i can't beat this level!"
---
Press "F1" to skip it.
"i have no idea what i'm supposed to do this is confusing"
---
Sorry! I have a bad habit of using convoluted game mechanics that are usually too difficult for anyone to figure out. I'll try to help here.
Your goal in each room is to make your robot perform a chain of events that will allow your character to reach the exit.
Each room has two phases: the "Planning" phase (where you program the robot while time is stopped), and the "Level" phase (where you actually play the game).
In the "Planning" phase, you are queueing up a sequence of actions that the robot will perform the moment the "Level" phase begins (caused by you pressing the "Start level" button).
- Click any spot in the level and you will queue a "move" command on the robot.
- Click "Wait" to queue a "wait for half a second" command.
- Click one of the transform buttons (if you've progressed far enough to see them) to queue a "change into this form" command.
- Right click to undo the last command you made.
- Click "Preview" (if available) to see how enemies and projectiles in the level will act (very useful)
If the level contains enemies or projectiles, their movements will be simulated as you add commands to the program. This is useful for the later stages. However, it's not 100% accurate (it's buggy).
A description of each form:
- Basic: Normal form. Nothing special.
- Bouncy: Jumping on the robot will propel you very high. Can't move.
- Glow: Generates light in dark areas.
- Exterminate: Shoots bullets to the left and right simultaneously. Can't move.
- Shield: Absorbs enemy projectiles. Can't attach to the robot in this form.
- Comet: Immediately propels the robot forward a huge distance. Can't issue move orders.
You'll usually want to sequence "Wait" commands after a transformation so that you actually have time to respond to it (such as for jumping on top of the robot while in its "Bouncy" form).
Eventually, you can also press S or a mouse button during the Level phase to attach yourself to the robot.
TRANSFORMATION ACTIVATED is an unnecessarily convoluted platformer where you must program a robot!
Your robot can transform into several forms, which each help you in their own special way.
If you get stuck or confused (or just want a detailed explanation of the game mechanics), scroll down to the "i have no idea what i'm supposed to do this is confusing" section.
If you want to get through the game faster (or are just stuck), press "F1" to instantly jump to the next level.
"the game crashed!"
---
Restart the game, and press "F1" to skip all of the levels you have already completed.
"it lags for multiple seconds when i try to undo a command"
---
This can happen when you have a really long program (particularly so in the final rooms).
Unfortunately, your only real option is to press "R" to restart the level, which will clear your program.
Sorry about that.
"i'm stuck!"
---
Press "R" to restart the level (and wipe your current program).
"i can't beat this level!"
---
Press "F1" to skip it.
"i have no idea what i'm supposed to do this is confusing"
---
Sorry! I have a bad habit of using convoluted game mechanics that are usually too difficult for anyone to figure out. I'll try to help here.
Your goal in each room is to make your robot perform a chain of events that will allow your character to reach the exit.
Each room has two phases: the "Planning" phase (where you program the robot while time is stopped), and the "Level" phase (where you actually play the game).
In the "Planning" phase, you are queueing up a sequence of actions that the robot will perform the moment the "Level" phase begins (caused by you pressing the "Start level" button).
- Click any spot in the level and you will queue a "move" command on the robot.
- Click "Wait" to queue a "wait for half a second" command.
- Click one of the transform buttons (if you've progressed far enough to see them) to queue a "change into this form" command.
- Right click to undo the last command you made.
- Click "Preview" (if available) to see how enemies and projectiles in the level will act (very useful)
If the level contains enemies or projectiles, their movements will be simulated as you add commands to the program. This is useful for the later stages. However, it's not 100% accurate (it's buggy).
A description of each form:
- Basic: Normal form. Nothing special.
- Bouncy: Jumping on the robot will propel you very high. Can't move.
- Glow: Generates light in dark areas.
- Exterminate: Shoots bullets to the left and right simultaneously. Can't move.
- Shield: Absorbs enemy projectiles. Can't attach to the robot in this form.
- Comet: Immediately propels the robot forward a huge distance. Can't issue move orders.
You'll usually want to sequence "Wait" commands after a transformation so that you actually have time to respond to it (such as for jumping on top of the robot while in its "Bouncy" form).
Eventually, you can also press S or a mouse button during the Level phase to attach yourself to the robot.
| Windows | http://lucia.blindwitch.com/downloads/LD35_mech-fairy_win32.zip |
| Original URL | https://ludumdare.com/compo/ludum-dare-35/?action=preview&uid=62278 |
Ratings
| Coolness | 35% | 1712 |
| Overall(Jam) | 3.59 | 235 |
| Fun(Jam) | 3.06 | 591 |
| Graphics(Jam) | 3.06 | 705 |
| Innovation(Jam) | 3.75 | 111 |
| Mood(Jam) | 2.87 | 723 |
| Theme(Jam) | 3.44 | 465 |
I hope you can come up with a better algorithm to do undo/reset (in fact, for reset you could just keep the last simulation step in memory, not to re-calculate it again).
Overall, pretty cool game, even if the graphics could use some polish (and consistency; the clouds didn't quite fit to the pixel-arts, I think) and there could be some audio. ^^'