Package pygsear :: Module Game
[show private | hide private]
[frames | no frames]

Module pygsear.Game

Game is the central object. It should create all of the objects in the game, then control them in the mainloop()
Classes
Game The central game object.
GameConfiguration Used to configure the game
GameLooper Abstract game control class
TwistedGame Alternate central game object using Twisted event loop

Variable Summary
tuple BLACK
int K_ESCAPE
int K_f
int K_PAGEDOWN
int K_PAGEUP
int K_RETURN
int K_s
tuple LBLUE
tuple LGREEN
tuple RED

Variable Details

BLACK

Type:
tuple
Value:
(0, 0, 0)                                                              

K_ESCAPE

Type:
int
Value:
27                                                                     

K_f

Type:
int
Value:
102                                                                    

K_PAGEDOWN

Type:
int
Value:
281                                                                    

K_PAGEUP

Type:
int
Value:
280                                                                    

K_RETURN

Type:
int
Value:
13                                                                     

K_s

Type:
int
Value:
115                                                                    

LBLUE

Type:
tuple
Value:
(175, 175, 255)                                                        

LGREEN

Type:
tuple
Value:
(125, 255, 125)                                                        

RED

Type:
tuple
Value:
(255, 0, 0)                                                            

Generated by Epydoc 1.1 on Sun Nov 30 19:33:11 2003 http://epydoc.sf.net