Skip to content

Commit

Permalink
add test scenario + solution for RobotIntoWater achievement
Browse files Browse the repository at this point in the history
  • Loading branch information
byorgey committed Sep 10, 2023
1 parent 9971e36 commit 46c0efe
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions data/scenarios/Testing/Achievements/RobotIntoWater.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
version: 1
name: RobotIntoWater achievement test
description: Drive a robot into the water
solution: |
build { turn right; move; move; move }
robots:
- name: base
loc: [0,0]
dir: [0,1]
heavy: true
display:
char: Ω
attr: robot
devices:
- 3D printer
- dictionary
- grabber
- welder
- life support system
- logger
- toolkit
- solar panel
- workbench
- clock
inventory:
- [5, 3D printer]
- [100, treads]
- [70, grabber]
- [100, solar panel]
- [50, scanner]
- [50, clock]
- [5, toolkit]
seed: 0
world:
offset: true
dsl: |
"classic"

0 comments on commit 46c0efe

Please sign in to comment.