Sneks in SPACE

Contents:

  • 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.interface package
Sneks in SPACE
  • 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()
Previous Next

© Copyright 2025, Nathaniel Schaaf.

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