pyherc.gui.windows

Module for various windows used in game

MainWindow

class pyherc.gui.windows.MainWindow(application, base_path, surface_manager, screen, theme=None, **params)

Main window of the game

StartNewGameWindow

class pyherc.gui.windows.StartNewGameWindow(application, screen, surface_manager=None)

Window that is displayed when player starts a new game

mainLoop()

Main loop of the window

GameWindow

class pyherc.gui.windows.GameWindow(application, screen, surface_manager=None)

Window that displays the playing world

formatEventHistory()

Parse through event history and return 5 latests rows for displaying @return: list of text

getNewEvents()

Process memory of player character and store interesting events

mainLoop()

Main loop of the game

Table Of Contents

Previous topic

pyherc.gui.surfaceManager

Next topic

pyherc.rules

This Page