tazlib

Taz - Game Loop and Scene Stack Manager


License
GPL-2.0
Install
pip install tazlib==1.3.2

Documentation

Travis-CI Build Coverage Status Code Health PyPI version Python Versions License

Taz: Game Loop and Scene Stack

This project is to aid people in getting started with their own Python based game. Taz is a small library handling the switching of scenes and making sure your scenes get updated and rendered on every tick.

The scenes will be organised in a game stack, which will automatically be updated for all scenes whenever a new scene is registered with the Taz library. The user has the opportunity to force scene changes in pushing or popping from the game's stack. Whenever the user pops the last stacked scene the game will come to an end.

Taz works independent of any python based game library.

Documentation

To get to the documentation of Taz please follow this link: http://taz.readthedocs.org/en/latest/

Documentation-Status: Documentation Status