PyRat API ========= This section gives the documentation for functions and classes in the PyRat library. All modules below are part of the PyRat library and can be used to create and manipulate mazes, players, etc. To use any of them, you can import them as follows: ``from pyrat import ``. .. toctree:: :maxdepth: 1 BigHolesRandomMaze FixedPlayer Game GameState Graph HolesOnSideRandomMaze Maze MazeFromDict MazeFromMatrix Player PygameRenderingEngine RandomMaze RenderingEngine ShellRenderingEngine UniformHolesRandomMaze enums utils