Skip to content

macskay/Taz

Repository files navigation

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

About

This is a scene stack state-machine for a python-based game

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages