Module game_qu.pyglet_abstraction

Holds all the code that abstracts dealing with pyglet code from the rest of the game engine code. It does this by having an interface with many functions that deal with the pyglet code.

Expand source code
"""Holds all the code that abstracts dealing with pyglet code from the rest of the game engine code. It does this by having
an interface with many functions that deal with the pyglet code."""

Sub-modules

game_qu.pyglet_abstraction.keys

Contains all the keys that the user can use. Feel free to add more by downloading the code off of GitHub and manually adding them

game_qu.pyglet_abstraction.utility_functions
game_qu.pyglet_abstraction.variables

Has all the variables that are important for the pyglet code to run