tobiasvl / lasertank-pico8

:video_game::checkered_flag: LaserTank port for PICO-8
https://tobiasvl.itch.io/lasertank-pico8
MIT License
2 stars 1 forks source link

Objects should fall into a tunnel if an obstruction is removed #18

Open tobiasvl opened 6 years ago

tobiasvl commented 6 years ago

Objects (but not the tank?) should fall into a tunnel, if the adjoining tunnel entrance is no longer obstructed.

To deduce the logic behind which tunnel is freed up if there are multiple, see Tutor level 26.

tobiasvl commented 6 years ago

Looks like the tank can too, see Tutor level 49.

tobiasvl commented 6 years ago

To quote Jim Kindley from the changelog to LaserTank on 12-01-00:

( Some day I will have to write a paper on tunnels when there are more that 2 with the same ID #. You can have as many as you want but the logic gets real wierd, especially when you start blocking the tunnels )