import{_ as e,o as s,c as a,Q as n}from"./chunks/framework.1169fbc9.js";const d=JSON.parse('{"title":"Challenges","description":"","frontmatter":{},"headers":[],"relativePath":"public/gamedevtree/docs/challenges.md","filePath":"public/gamedevtree/docs/challenges.md","lastUpdated":1701137241000}'),l={name:"public/gamedevtree/docs/challenges.md"},t=n(`

Challenges

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",
            etc
        }
        etc
    }
    challenges: {
        rows: # of rows
        cols: # of columns
        11: {
            name: "Ouch",
            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:

By default, challenges use basic Points for the goal. You can change that using these features.

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