123ishaTest / 123ishaTest/ludiek

[Challenge] Create a `ChallengePlugin`

Đang mở
#133 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
plugin
Ngôn ngữ chính
TypeScript
Star
12
Fork
4
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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.

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.