import{_ as e,c as s,o as n,d as a}from"./app.f001dff6.js";const g=JSON.parse('{"title":"Challenges","description":"","frontmatter":{},"headers":[],"relativePath":"public/lit/docs/challenges.md","lastUpdated":null}'),l={name:"public/lit/docs/challenges.md"},t=a(`

Challenges

Challenges can have fully customizable win conditions. Useful functions for dealing with Challenges and implementing their effects:

Challenges are stored in the following format:

js
challenges: {
    rows: # of rows,
    cols: # of columns,
    11: {
        name: "Ouch",
        challengeDescription: "description of ouchie",
        goal: new Decimal(100),
        etc
    },
    etc
}

Each challenge should have an id where the first digit is the row and the second digit is the column.

Individual Challenges can have these features:

The old goal system uses these features:

`,10),o=[t];function i(r,p,c,h,u,y){return n(),s("div",null,o)}const f=e(l,[["render",i]]);export{g as __pageData,f as default};