Skip to content

Move entries from game_state to system? #134

@tomlogic

Description

@tomlogic

Some of the entries in game_state seem like they're more appropriate for a new top-level category that I'll tentatively call system. Candidates for this section:

  • credits: Current number of credits on the game.
  • max_credits: Maximum number of credits allowed.
  • volume: Current volume setting. Entry should have a min/max value
    so it's possible to represent the volume as a percentage, and to know
    the valid range for making changes.
  • replay: Current score needed to achieve a replay.
  • last_game: Timestamp of last game played.
  • game_id: Field on WPC games identifying the machine (e.g., 50028 on Demolition Man).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions