Skip to content

Commit

Permalink
Merge branch 'main' into pretty-fun-chain
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Oct 7, 2023
2 parents d259407 + 11053c4 commit be5c00e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions data/scenarios/Challenges/friend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ world:
'*': [grass, flower]
'@': [stone, boulder]
upperleft: [-20, 2]
dsl: |
"classic"
map: |-
c,..,,,,,,..,,,,...,.
,..,,,,,,,...........
Expand Down
10 changes: 6 additions & 4 deletions data/scenarios/Challenges/gopher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,14 @@ solution: |
run "scenarios/Challenges/_gopher/solution.sw"
known: []
world:
dsl: |
"classic"
upperleft: [-1, 1]
offset: false
palette:
'x': [dirt]
'.': [grass]
'g': [dirt, null, gopher]
'x': [dirt, erase]
'.': [grass, erase]
'g': [dirt, erase, gopher]
map: |
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
x............................x
Expand All @@ -155,4 +157,4 @@ world:
x............................x
x............................x
x............................x
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxg
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxg

0 comments on commit be5c00e

Please sign in to comment.