Documentation
¶
Overview ¶
Package game holds the scoring and progression math.
Index ¶
Constants ¶
View Source
const ( BadgeFirstSteps = "First Steps" BadgeBirdie = "Birdie" BadgeUntouchable = "Untouchable" BadgeGridBreaker = "Grid Breaker" )
Badge names.
View Source
const MaxCombo = 5
Variables ¶
This section is empty.
Functions ¶
func BirdieEarned ¶
BirdieEarned reports whether 10+ challenges have been cleared at 3 stars.
func LevelForXP ¶
LevelForXP: reaching level N+1 costs 100*N XP beyond level N (thresholds 0, 100, 300, 600, 1000, ...).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.