module documentation
Ghouls - Downloadable game with asset management.
| Class | |
Class for the Ghouls game |
| Function | run |
Run the app. |
| Function | start |
Start the app. |
| Function | stop |
Stop the app. |
| Constant | STATE |
Undocumented |
| Constant | STATE |
Undocumented |
| Function | __get |
Get the asset name, download link, and save path. |
| Function | __get |
Get the list of assets to download. |
| Function | __init |
Initialize the Ghouls game. |
| Function | __is |
Check if at least the first asset is loaded. |
| Constant | _TOTAL |
Undocumented |
| Variable | _asset |
Undocumented |
| Variable | _ghouls |
Undocumented |
| Variable | _http |
Undocumented |
| Variable | _loading |
Undocumented |
| Variable | _password |
Undocumented |
| Variable | _username |
Undocumented |
Start the app.
| Parameters | |
viewViewManager | The view manager context. |
| Returns | |
bool | True on success. |
Get the asset name, download link, and save path.
| Returns | |
dict | Asset info with name, url, and path keys. |
Check if at least the first asset is loaded.
| Parameters | |
viewViewManager | The view manager context. |
| Returns | |
bool | True if all assets exist. |