Contents:
Action
Action.MAINTAIN
Action.UP
Action.DOWN
Action.LEFT
Action.RIGHT
Bearing
Bearing.x
Bearing.y
Cell
Cell.x
Cell.y
Cell.get_relative_neighbor()
Cell.get_neighbor()
Cell.get_up()
Cell.get_down()
Cell.get_left()
Cell.get_right()
Cell.get_distance()
Direction
Direction.UP
Direction.DOWN
Direction.LEFT
Direction.RIGHT
Direction.get_opposite()
Direction.get_action()
Snek
Snek.head
Snek.body
Snek.bearing
Snek.occupied
Snek.food
Snek.get_next_action()
Snek.get_head()
Snek.get_body()
Snek.get_bearing()
Snek.get_occupied()
Snek.get_food()
Snek.get_closest_food()
Snek.look()
Snek.get_direction_to_destination()