import{_ as e,c as i,o as s,a5 as a}from"./chunks/framework.BIC8H_hJ.js";const f=JSON.parse('{"title":"Challenges","description":"","frontmatter":{},"headers":[],"relativePath":"public/lit/docs/challenges.md","filePath":"public/lit/docs/challenges.md"}'),t={name:"public/lit/docs/challenges.md"},n=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),l=[n];function o(h,r,p,c,g,d){return s(),i("div",null,l)}const k=e(t,[["render",o]]);export{f as __pageData,k as default};