Boulder: Difference between revisions

From Wiki of ZZT
Jump to navigation Jump to search
(Boulders w/ stats)
No edit summary
Line 11: Line 11:
}}
}}


A '''boulder''' is a pushable tile. They often figure prominently in [[slider]] puzzles.
'''Boulders''' are a [[pushable]] terrain element.


== Effect on fakes ==
Boulders can be pushed in any direction and are an important element in [[slider]] puzzles. However, they cannot be ''pulled'' by the player, meaning that it is easy for boulders to become stuck in a corner or against a wall. Boulders cannot be destroyed by the player, so a stuck boulder in a game can often lead to a softlock.
Boulders leave [[empties]] behind them when they move. This can be an issue for games that use [[Fake|fake walls]] as floors, as pushing a boulder across a board will "erase" a black trail


This erasing behavior happens because boulders lack [[stats]], and stats are what keep track of what's underneath a movable entity. Giving a boulder stats solves the erasing issue, though the number of boulders treated this way is of course limited by the board's [[Stat limit|stat limit]].
Boulders keep their background color when they move, although this is not noticeable unless STK colors are in use. This behavior disappears if the boulder is given stats.
 
== Erasure of fake walls ==
Boulders leave [[empties]] behind them when they are moved. This can be an issue for games that use [[Fake|fake walls]] as floors, as pushing a boulder across a colorful floor will erase a black trail across the floor. This erasing behavior happens because boulders lack [[stats]] by default, and thus lack a way to track their under tile. In fact, all statless pushables exhibit this erasing behavior, though it is more noticeable with boulders because boulders are more easily manipulated into areas of a board that have fake walls.
 
This erasing behavior can be eliminated by giving the boulder stats, though the number of boulders that can be treated this way is limited by the board's [[Stat limit|stat limit]].
 
 
 
<br />

Revision as of 01:54, 24 May 2020

Boulder
ZZT-OOP nameboulder
Internal ID24 (18h)
Character254 (FEh)
Default colorany
Stats?no
Other traits
Effect on movement{{{effect on movement}}}
Uses ZZT-OOP color names?{{{uses zzt-oop color}}}

Boulders are a pushable terrain element.

Boulders can be pushed in any direction and are an important element in slider puzzles. However, they cannot be pulled by the player, meaning that it is easy for boulders to become stuck in a corner or against a wall. Boulders cannot be destroyed by the player, so a stuck boulder in a game can often lead to a softlock.

Boulders keep their background color when they move, although this is not noticeable unless STK colors are in use. This behavior disappears if the boulder is given stats.

Erasure of fake walls

Boulders leave empties behind them when they are moved. This can be an issue for games that use fake walls as floors, as pushing a boulder across a colorful floor will erase a black trail across the floor. This erasing behavior happens because boulders lack stats by default, and thus lack a way to track their under tile. In fact, all statless pushables exhibit this erasing behavior, though it is more noticeable with boulders because boulders are more easily manipulated into areas of a board that have fake walls.

This erasing behavior can be eliminated by giving the boulder stats, though the number of boulders that can be treated this way is limited by the board's stat limit.