Ringtale

Game development library written in Python and PyGame
Download

Ringtale Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Public Domain
  • Price:
  • FREE
  • Publisher Name:
  • Kris Schnee
  • Publisher web site:
  • http://kschnee.xepher.net

Ringtale Tags


Ringtale Description

Game development library written in Python and PyGame Ringtale is a simple framework for managing multiple states of a game. You define states representing things like a title screen, main screen, and inventory screen, then "push" and "pop" states to easily switch between them. Make your game a subclass of ringtale.Framework.Define a state called "Spam" by defining functions "SpamSetup", "SpamLogic" and "SpamDraw". Now call your_game_object.PushState("Spam"), then your_game.MainLoop(). It'll automatically call the Logic and Draw functions in sequence, with the ability to push/pop additional states.Contains two demos and the option to add keyboard- and mouse-handler objects. Works with Pygame's sound system to handle looping music. Requirements: · Python · pygame


Ringtale Related Software