Ejemplo n.º 1
0
    def __init__(self):
        """
        initialize gameengine\n
        defines screen and init pygame
        """
        Controller.__init__(self)

        self.__player 	= Player()
        self.__buffer 		= Buffer(resource.get_value("buffer_capacity"))
        self.__cpus 	= []
        self.__pending_packet 	= []
        self.__endstate = EndState()
Ejemplo n.º 2
0
    def __init__(self):
        """

        """
        Controller.__init__(self)