123ishaTest / 123ishaTest/ludiek
[Challenge] Create a `ChallengePlugin`
Offen
plugin
- Vorherrschende Sprache
- TypeScript
- Sterne
- 12
- Forks
- 4
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
A challenge consists of
```ts
interface ChallengeDefinition {
id: string;
startConditions: Condition[];
endConditions: Condition[];
challengeModifiers: Bonus[];
rewards: Output[];
rewardBonuses: Bonus[];
autocomplete?: bool;
}
```
Then you can start a challenge and the modifiers will apply while its running. On completion you get the rewards and the new bonuses are active.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.