Menu
Incremental Game TemplateIncremental Game TemplateDocsShowcaseBlog
GitHub
🌜
🌞
Incremental Game TemplateIncremental Game Template
  • Docs
  • Showcase
  • Blog
  • GitHub
  • Introduction
    • Welcome
    • Project Structure
    • Launch Behaviour
    • Game States
  • Features
    • Wallet
    • Settings
    • Statistics
    • Special Events
    • Achievements
    • Redeemable Codes
    • Key Items
    • Inventory
    • Item List
  • Tools
    • Developer Panel
    • Requirements
    • ExpLevel
    • Boosters
    • Loot Tables
    • Hotkeys
    • Probability
    • Actions
    • Items
  • Other
    • Frequently Asked Questions
    • Roadmap

Game States

The game accepts 4 possible states, and 4 transition methods that are shown in the following diagram.

export enum GameState {
Launching = "Launching",
Playing = "Playing",
Paused = "Paused",
Stopped = "Stopped",
}

See also#

  • src/ig-template/IgtGame.ts
  • src/ig-template/GameStates.ts
Previous
« Launch Behaviour
Next
Wallet »
  • See also

Docs

  • Introduction

Community

  • Discord

More

  • Blog
  • GitHub
Copyright © 2021 123ishaTest