Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 998 Bytes

index.rst

File metadata and controls

50 lines (31 loc) · 998 Bytes

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.

Content:

intro using_game inheriting_scene examples

Contact:

help

Taz API Documentation

api

Indices and tables

  • genindex
  • modindex
  • search