snakia.core.engine

Classes

Dispatcher()

Event dispatcher

Engine()

System()

A system is a collection of entities and components that can be processed by processors.

class snakia.core.engine.Engine[source]

Bases: object

__init__()[source]
dispatcher: Final
start()[source]
Return type:

None

stop()[source]
Return type:

None

system: Final
update()[source]
Return type:

None