Skip to content

State Pattern (Game Flow Management) #150

@KayelC

Description

@KayelC

BattleConductor and FieldConductor manage flow using nested while(true) loops and boolean flags. A State Machine would allow you to transition between ExplorationState, CombatState, and DialogueState much more cleanly, which is a requirement for any professional game engine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status

    Ready

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions