module documentation

Games - Collection of built-in games.

Function run Run the games app.
Function start Start the games app.
Function stop Stop the games app.
Variable _app_loader Undocumented
Variable _games Undocumented
Variable _games_index Undocumented
def run(view_manager):

Run the games app.

Parameters
view_manager:ViewManagerThe view manager context.
def start(view_manager) -> bool:

Start the games app.

Parameters
view_manager:ViewManagerThe view manager context.
Returns
boolTrue on success.
def stop(view_manager):

Stop the games app.

Parameters
view_manager:ViewManagerThe view manager context.
_app_loader =

Undocumented

_games =

Undocumented

_games_index: int =

Undocumented