pacman/exercises/advanced/vertical_teleport/README.md

14 lines
406 B
Markdown
Raw Permalink Normal View History

2021-10-05 12:19:15 +00:00
[< Back](../README.md)
# Exercise: Vertical Teleport
2021-10-05 12:29:27 +00:00
## Background:
The teleporters are programmed to work only on the horizontal axis. Change the board to add teleporters at the top and
bottom row. This also requires a code change when teleporting happens. These new teleporters only need to function like
the existing teleporters and you do not need to add more than one on each row.
2021-10-05 12:29:27 +00:00
## Exercise
1.