pyherc.main

Main entry point for pyherc - game

Application

class pyherc.main.Application

This class represents main application

detect_resource_directory()

Detects location of resources directory and updates self.base_path

get_action_factory()

Get action factory instance @returns: ActionFactory

initialise_factories(model)

Initialises action factory and sub factories @param model: Model to register to the factory

load_configuration(argv)

Load configuration and process command line options @param argv: command line arguments

run()

Starts the application

start_logging()

Start logging for the system

usage()

Shows usage info

Table Of Contents

Previous topic

API Reference

Next topic

pyherc.ai

This Page