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

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
    }

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,c,p,h,u,y){return n(),a("div",null,o)}const f=e(l,[["render",i]]);export{d as __pageData,f as default};