Module PythonGEUtils
Python Game Engine Utils (PythonGEUtils) is a python library that helps developers create and test games in python fast. PythonGEUtils uses pygame as the visuals and is a required package.
To download PythonGEUtils go to the github page:
https://github.com/AncientEntity/PythonGEUtils
An Example Of Flappy Bird Made In The Engine:
Source code
"""
Python Game Engine Utils (PythonGEUtils) is a python library that helps developers create and test games in python fast. PythonGEUtils uses pygame as the visuals and is a required package.
**To download PythonGEUtils go to the github page:**
https://github.com/AncientEntity/PythonGEUtils
**An Example Of Flappy Bird Made In The Engine:**
..image::flappybirdexample.png
"""
name = "pythongeutils"
Sub-modules
PythonGEUtils.engine
-
gameengine.engine is the base library for PythonGEUtils. It is required to do just about anything with it.
PythonGEUtils.exporter
PythonGEUtils.helpful
-
gameengine.helpful contains a few helpful files for new developers.
PythonGEUtils.images
PythonGEUtils.mathf
-
gameengine.mathf contains a few basic mathematical functions for ease of use.