pacman/exercises/advanced/generic_teleporting
Patricia Aas bc57112aac Add structure to the READMEs 2021-10-05 14:29:27 +02:00
..
README.md Add structure to the READMEs 2021-10-05 14:29:27 +02:00

README.md

< Back

Exercise: Generic Teleporting

Background:

In the game and the exercise above, the teleports are linked to each other. These systems are not very generic. Update the teleporting system so that two teleport doors are linked with each other.

For example so you can enter a teleport from somewhere on the bottom row and exit from somewhere on the right column.

You do not need to allow for many teleports like this, only 2 doors.

Exercise