Skip to content

Commit

Permalink
move to Ranching directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kostmo committed May 15, 2023
1 parent f246a38 commit b1f345e
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion data/scenarios/Challenges/00-ORDER.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ maypole.yaml
teleport.yaml
2048.yaml
word-search.yaml
capture.yaml
gopher.yaml
ice-cream.yaml
hanoi.yaml
Expand Down
1 change: 1 addition & 0 deletions data/scenarios/Challenges/Ranching/00-ORDER.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
capture.yaml
gated-paddock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ robots:
attr: pig
invisible: false
program: |
run "scenarios/Challenges/_capture/opponent.sw"
run "scenarios/Challenges/Ranching/_capture/opponent.sw"
solution: |
run "scenarios/Challenges/_capture/solution.sw"
run "scenarios/Challenges/Ranching/_capture/solution.sw"
entities:
- name: monolith
display:
Expand Down
4 changes: 2 additions & 2 deletions test/integration/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ testScenarioSolution _ci _em =
, testSolution (Sec 3) "Challenges/word-search"
, testSolution (Sec 5) "Challenges/bridge-building"
, testSolution (Sec 3) "Challenges/ice-cream"
, testSolution Default "Challenges/capture"
, testSolution (Sec 5) "Challenges/gopher"
, testSolution (Sec 5) "Challenges/hackman"
, testSolution (Sec 10) "Challenges/hanoi"
Expand All @@ -205,7 +204,8 @@ testScenarioSolution _ci _em =
]
, testGroup
"Ranching"
[ testSolution (Sec 30) "Challenges/Ranching/gated-paddock"
[ testSolution Default "Challenges/capture"
, testSolution (Sec 30) "Challenges/Ranching/gated-paddock"
]
]
, testGroup
Expand Down

0 comments on commit b1f345e

Please sign in to comment.