-
Notifications
You must be signed in to change notification settings - Fork 1
engine.teleport documentation
Field subclass representing place where snake is teleported.
- inherited from Field
Constructor method, sets class attributes and loads texture.
Method has no effect
Method has no effect
Method always returns False
Field subclass representing place that teleports snake.
- inherited from Field
-
linked_coordinates
- coordinate pair informing about assigned EndTeleport field location -
linked_end
- EndTeleport object - assigned EndTeleport field
Constructor method, sets class attributes and loads texture.
Method returning Dictionary object containing coordinate pair informing about assigned EndTeleport field location
Method used to set linked_coordinates attribute
Method sets linked_end attribute
Method sets linked_end attribute
Method used to set coordinates attribute.
Method used to set board attribute.
Method that returns True
if snake can enter, False
otherwise.
Method returns linked_end coordinates.
Method that simulates snake enterance.
Method has no effect.
Method has no effect.
Method that returns True
if convex can enter linked_end, False
otherwise.
Method that simulates convex enterance.
Method has no effect.
Method always returns false.