Skip to content

Commit

Permalink
touch-ups
Browse files Browse the repository at this point in the history
  • Loading branch information
kostmo committed Dec 15, 2023
1 parent 9c20306 commit d342bbc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
2 changes: 1 addition & 1 deletion data/entities.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1284,7 +1284,7 @@
char: R
attr: silver
description:
- Enables robots to use the `watch` command.
- Enables robots to use the `watch` and `wait` commands.
- |
`watch : dir -> cmd unit` will mark an adjacent (in the specified direction) location of interest to monitor for placement or removal of items.
A subsequent call to `wait` will be interrupted upon a change to the location.
Expand Down
26 changes: 16 additions & 10 deletions data/scenarios/Challenges/dimsum.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ objectives:
- goal:
- It is the grand opening of Sigma (Σ), the hot new
dim sum restaurant in town.
You are the one and only wait staff.
You are the solitary wait staff.
- It seems that the manager went a bit overboard on furniture;
there are dozens of `table`{=entity}s,
but hardly any room to walk!
Expand All @@ -31,9 +31,11 @@ robots:
- comparator
- dictionary
- grabber
- lambda
- logger
- net
- scanner
- strange loop
- treads
- dozer blade
- name: cook
Expand All @@ -47,6 +49,7 @@ robots:
- branch predictor
- comparator
- dictionary
- lambda
- logger
- rolex
- scanner
Expand All @@ -64,9 +67,11 @@ robots:
- branch predictor
- comparator
- dictionary
- lambda
- logger
- rolex
- scanner
- strange loop
- fork
inventory:
- [2, bitcoin]
Expand Down Expand Up @@ -139,18 +144,19 @@ world:
'k': [grass, table, cook]
'p': [grass, table, patron]
's': [grass, empty cart]
'x': [stone, erase]
upperleft: [0, 0]
map: |
.@@@.........
.@k@@@@@@@@@@
.@k@@@@@@@@x@
.@Bddddddddd@
.@d@@@@@@@d@@
.@d@SSSSS@d@.
.@[email protected]...@d@.
.@[email protected]..@d@.
.@[email protected]...@d@.
.@d@SSSSS@d@.
@@d@@@@@@@d@.
.@dxxxxxxxd@@
.@dxSSSSSxd@.
.@dxxSxxxxd@.
.@dxxxSxxxd@.
.@dxxSxxxxd@.
.@dxSSSSSxd@.
@@dxxxxxxxd@.
@ddddddddds@.
@@@@@@@@@@p@.
@x@@@@@@@@p@.
.........@@@.

0 comments on commit d342bbc

Please sign in to comment.