Module PythonGEUtils.helpful

gameengine.helpful contains a few helpful files for new developers.

Source code
"""
gameengine.helpful contains a few helpful files for new developers.
"""

name = "pythongeutils.helpful"

Sub-modules

PythonGEUtils.helpful.blankcomponenttemplate

gameengine.blankcomponenttemplate can be copypasted and used to easily and fastly create new components

PythonGEUtils.helpful.blankgametemplate

gameengine.blankgametemplate can be copypasted and used to easily start up new projects without having to write the startup processes …