Documentation
¶
Index ¶
- func Cost(initialCost uint64, count uint64) uint64
- func GameLoop() tea.Cmd
- func Max(a, b int) int
- func Min(a, b int) int
- func NumberFormatLong(num uint64) string
- func SaveDataLoop() tea.Cmd
- func StartGameLoop() tea.Msg
- func Tick() tea.Cmd
- func TickNow() tea.Msg
- func Within(min, val, max int) int
- type GameTickMsg
- type SaveDataMsg
- type ViewTickMsg
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NumberFormatLong ¶
func SaveDataLoop ¶
func StartGameLoop ¶
Types ¶
type GameTickMsg ¶
type GameTickMsg struct{}
type SaveDataMsg ¶
type SaveDataMsg struct{}
type ViewTickMsg ¶
Click to show internal directories.
Click to hide internal directories.