Klondike Solitaire - chanhpomme/ugp-wiki-temp GitHub Wiki
"KlondikeSolitaire"
GameParameters:
{
"WinningGame": false,
"NumberOfFreeDraws": 3,
"ExtraDrawMalusPoints": 20,
"Time": 300,
}
WinningGame
: is the game winnable or not
NumberOfFreeDraws
: number of time you can turn the deck before losing points
ExtraDrawMalusPoints
: number of points you lose when you turn the deck after NumberOfFreeDraws
Time
: duration of the game
GameplayEvents:
"TimeLeft"
: number of seconds left in the game
"TimeBonus"
: number of points given by the time left on the clock
"Win"
: the player has completed the game entirely
"FinishClicked"
: the player has clicked on the finish button
"ShiftDeck"
: the player has clicked on the deck to reveal the next 3 cards
"UndoShiftDeck"
: the player has clicked on the deck to reveal the next 3 cards
"TurnDeck"
: the deck had no cards left and the player has turned the deck around
"UndoTurnDeck"
:
"ScoreFrom{MoveType}"
: the player has earned points from Deck
, Foundation
or Tableau
"UndoScoreFrom{MoveType}"
: