Please create an account or Login! Have fun!

Tank: Difference between revisions

Jump to navigation Jump to search
mNo edit summary
(Added lynx info, have to clean up more later)
Line 8: Line 8:
|moves = Yes
|moves = Yes
}}
}}
A '''tank''', called a '''blue tank''' in [[Chip's Challenge 2]] to differentiate it from the [[yellow tank]], is a [[monster]] that continues moving in a straight line until it hits an obstacle, after which it stops and will not move again until a [[blue button]] is pressed. In the Lynx and CC2 [[ruleset]]s, tanks stopped at an obstacle (such as a [[block]]) continue to move in the same direction they were moving. When a [[blue button]] is hit, all tanks in the [[monster list]] that are ''voluntarily'' moving reverse direction and the same principles then apply. As with most monsters, all [[destructive obstacle]]s will cause death to the tank, and like [[pink ball]]s, they can switch polarity by landing on [[ice]] or [[force floor]]s pointed in a perpendicular direction.
A '''tank''', called a '''blue tank''' in [[Chip's Challenge 2]] to differentiate it from the [[yellow tank]], is a [[monster]] that continues moving in a straight line until it hits an obstacle, reversing when a [[blue button]] is pressed. In the Lynx and CC2 [[ruleset]]s, tanks stopped at an obstacle (such as a [[block]]) will continue to move in their facing direction if the path becomes clear.


== [[MS ruleset|MS]] behavior ==
== [[MS ruleset|MS]] behavior ==
Line 22: Line 22:
* If a [[monster]] touches a blue button, all stationary tanks ahead of the touching monster in the [[monster order]] wait, and all stationary tanks behind will not. By inference, if a ''tank'' hits the button, that specific tank will always wait, but any tanks after it in the monster order will still turn immediately.
* If a [[monster]] touches a blue button, all stationary tanks ahead of the touching monster in the [[monster order]] wait, and all stationary tanks behind will not. By inference, if a ''tank'' hits the button, that specific tank will always wait, but any tanks after it in the monster order will still turn immediately.


== Use in play ==
=== Use in play ===
Knowledge of this programming may be from useful to necessary, particularly when other monsters interact with tanks. Whether a tank will block a monster or let it through is often an exact science. An example is the following:
Knowledge of this programming may be from useful to necessary, particularly when other monsters interact with tanks. Whether a tank will block a monster or let it through is often an exact science. An example is the following:


Line 32: Line 32:
* If the ball is at (1, 1), the tank will squeeze under the ball as it plays U or D and explode the [[bomb]].
* If the ball is at (1, 1), the tank will squeeze under the ball as it plays U or D and explode the [[bomb]].
* If the ball is on (1, 2) moving ''south'', the tank will explode the bomb.
* If the ball is on (1, 2) moving ''south'', the tank will explode the bomb.
== [[Ruleset#Lynx ruleset|Lynx]] behavior ==
In Lynx (and CC2) tanks move straight ahead until their path is blocked, unlike MS if the path becomes unblocked later they will continue to move forwards. When a blue button is pressed only fully tile aligned tanks will reverse, tanks between tiles will not reverse and will continue to move in their current direction.


== Trivia ==
== Trivia ==

Revision as of 16:33, 6 May 2021

A tank, called a blue tank in Chip's Challenge 2 to differentiate it from the yellow tank, is a monster that continues moving in a straight line until it hits an obstacle, reversing when a blue button is pressed. In the Lynx and CC2 rulesets, tanks stopped at an obstacle (such as a block) will continue to move in their facing direction if the path becomes clear.

MS behavior

The tank is one of the most intricately programmed monsters in Chip's Challenge, alongside the teeth, due to its numerous rules of turning and the two glitches which can occur exclusively to the tank. For example, in MSCC (as this will not work in Tile World), the Tank Top Glitch occurs if a tank hits a blue button after turning as a result of sliding on a single ice or force floor. Tanks sliding when a button is hit will not reverse since they are not voluntarily moving, and tanks on clone machines will only reverse as a result of the Frankenstein Glitch.

A closely related property of tanks is when they begin a level on a trap: when their brown button is hit and the released tank cannot legally move in its pointed direction, it will be free from the trap even after the button is released. When reversed, the tank will move. In this manner, it can escape the Concussion Rule since it can turn around without hitting a wall.

When a button is pushed, there are specific rules which determine when the tank actually begins to start moving in the opposite direction. The tank will either move on the same turn as the button press, or turn 90 degrees during this turn and then start moving backwards, on the next turn instead.

  • All tanks already in motion when a blue button is pushed reverse on the same move.
  • All tanks reversed on the first turn of a level wait [1].
  • If Chip or a block touches a blue button and the tank is stationary, it will wait [1] unless Chip waited [1/2] before touching the button, in which case it will not wait.
  • If a monster touches a blue button, all stationary tanks ahead of the touching monster in the monster order wait, and all stationary tanks behind will not. By inference, if a tank hits the button, that specific tank will always wait, but any tanks after it in the monster order will still turn immediately.

Use in play

Knowledge of this programming may be from useful to necessary, particularly when other monsters interact with tanks. Whether a tank will block a monster or let it through is often an exact science. An example is the following:

File:Tank demo.png

Assuming the pink ball is ahead of the tank in the monster order, it will move first. The tank is thereby blocked, and stalls where it is as the ball plays 2U 2D and then 3U 2D continuously until Chip decides to touch the blue button. This causes the tank to reverse itself onto the force floor and charge west. Assuming Chip does not use a [1/2] wait, these are the possible results:

  • If the pink ball is standing at (1, 3) or moving north on (1, 2), it will stall the tank again.
  • If the ball is at (1, 1), the tank will squeeze under the ball as it plays U or D and explode the bomb.
  • If the ball is on (1, 2) moving south, the tank will explode the bomb.


Lynx behavior

In Lynx (and CC2) tanks move straight ahead until their path is blocked, unlike MS if the path becomes unblocked later they will continue to move forwards. When a blue button is pressed only fully tile aligned tanks will reverse, tanks between tiles will not reverse and will continue to move in their current direction.

Trivia

  • The first tanks in Chip's Challenge 1 were placed in Lesson 4, to the left side.

See also