Please create an account or Login! Have fun!

Editing Spring mining

Jump to navigation Jump to search
You are not logged in. While you can edit without logging in, your IP address will be recorded publicly, along with the time and date, in this page's history. It is sometimes possible for others to identify you with this information. Creating an account will conceal your IP address and provide you with many other benefits. Messages sent to your IP can be viewed on your talk page.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 86: Line 86:
|}
|}


The difference from the normal case here is that, in decision phase, since Chip is sliding, he doesn't do any collision checks, and just goes with the forced direction, meaning he only has one collision check in move phase.
The difference from the normal case here is that, since Chip is sliding, he doesn't do any collision checks, and just goes with the forced direction, meaning he only has one collision check in move phase.


At move phase, Chip checks collision to the right, first checking the recessed walls (no collision), then the block, causing the block to start moving.
At move phase, Chip checks collision to the right, first checking the recessed walls (no collision), then the block, causing the block to start moving.
Line 102: Line 102:
The monster must be before the player in monster order. (Reverse reading order position at level start)
The monster must be before the player in monster order. (Reverse reading order position at level start)


At decision phase, the monster must pick a free direction, which will move it away from the setup (in this example, the ball will move right).
At decision phase, the monster must pick a free direction, which will move it away from the setup (in this example, the ball will move right)


Chip checks collision to the right, but fails to push the block (thus, the collision check too) due to the monster, but still chooses to go there.
Chip checks collision to the right, but fails to push the block (thus, the collision check too) due to the monster, but still decides to go there.


At move phase, the monster moves away from the setup.
At move phase, the monster moves away from the setup.
Line 114: Line 114:
|}
|}


Chip checks collision to the right again, but this time doesn't fail, since the the monster has moved away at this point, and moves the block (and himself) succesfully.
Chip checks collision to the right again, but this time doesn't fail, since the the monster has moved away at this point, and pushes the block succesfully.


(Note that if the the monster was after Chip in monster order, Chip would move first, failing at move phase, too)
(Note that if the the monster was after Chip in monster order, Chip would move first, failing at move phase, too)
Please note that all contributions to Chip's Challenge Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Chip's Challenge Wiki:Copyrights for details). Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)
Your changes will be visible immediately.
  • If you want to test editing, try the sandbox.
  • On talk pages, please sign your posts by typing four tildes (~~~~).

Template used on this page: