Sneks

Contents:

  • sneks namespace
    • sneks.engine package
      • sneks.engine.core package
        • sneks.engine.core.action module
        • sneks.engine.core.bearing module
        • sneks.engine.core.cell module
        • sneks.engine.core.direction module
        • sneks.engine.core.snek module
Sneks
  • sneks namespace
  • sneks.engine package
  • sneks.engine.core package
  • View page source

sneks.engine.core package

Submodules

  • sneks.engine.core.action module
    • Action
      • Action.MAINTAIN
      • Action.UP
      • Action.DOWN
      • Action.LEFT
      • Action.RIGHT
  • sneks.engine.core.bearing module
    • Bearing
      • Bearing.x
      • Bearing.y
  • sneks.engine.core.cell module
    • 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()
  • sneks.engine.core.direction module
    • Direction
      • Direction.UP
      • Direction.DOWN
      • Direction.LEFT
      • Direction.RIGHT
      • Direction.get_opposite()
      • Direction.get_action()
  • sneks.engine.core.snek module
    • 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()
Previous Next

© Copyright 2026, Nathaniel Schaaf.

Built with Sphinx using a theme provided by Read the Docs.