Свойство | Тип | Описание | |
---|---|---|---|
dots | int | ||
failure | bool | ||
gameStarted | bool | ||
gameover | bool | ||
lives | int | ||
score | int | ||
startTime | bool | ||
time | float | ||
win | bool |
Метод | Описание | |
---|---|---|
DiDIWin ( ) : bool | ||
DidILose ( ) : bool | ||
Die ( ) : void | ||
Fail ( ) : void | ||
HowManyDots ( ) : int | ||
IsGameOver ( ) : bool | ||
IsGameRunning ( ) : bool | ||
Reset ( ) : void | ||
ScoreBonus ( ) : void | ||
ScoreDots ( ) : void | ||
Start ( ) : void | ||
Timer ( ) : void | ||
ToggleGameStarted ( ) : void | ||
ToggleTime ( ) : void | ||
Update ( ) : void | ||
WhatLives ( ) : int | ||
WhatScore ( ) : int | ||
WhatTime ( ) : float | ||
Win ( ) : void |