frontend
    Preparing search index...

    Progress state for a single game's tutorial.

    interface GameProgress {
        completed: boolean;
        gameName: string;
        labelKey: string;
        path: string;
    }
    Index

    Properties

    completed: boolean

    Whether the tutorial has been completed.

    gameName: string

    Internal game name derived from route path.

    labelKey: string

    i18n key for the game label.

    path: string

    Route path for navigation.