kabbes_illini_snake

Contents:

  • src
    • illini_snake package
kabbes_illini_snake
  • »
  • src
  • View page source

src

  • illini_snake package
    • Submodules
    • illini_snake.base module
      • Base
    • illini_snake.food module
      • Food
        • Food.draw()
        • Food.get_square()
    • illini_snake.game module
      • Game
        • Game.game_over()
        • Game.run()
        • Game.score
    • illini_snake.screen module
      • Screen
        • Screen.draw_loading_screen()
        • Screen.draw_score()
        • Screen.fill()
        • Screen.flip()
    • illini_snake.snake module
      • Snake
        • Snake.KEY_DIRECTIONS
        • Snake.OPPOSITE_DIRECTIONS
        • Snake.draw()
        • Snake.move()
        • Snake.process_key_press()
    • illini_snake.square module
      • Square
        • Square.OFFSET
        • Square.draw()
        • Square.draw_image()
        • Square.get_pixel_box()
        • Square.is_collision()
    • illini_snake.utils module
      • get_full_path()
      • load_logo_file()
    • Module contents
Previous Next

© Copyright 2023, James Kabbes.

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