Skip to content

Commit 45b801b

Browse files
committed
switch to test the robot-face puzzle with testnet policy
1 parent 2c4409c commit 45b801b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

backend/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ APP_ID=$(linera --wait-for-outgoing-messages \
7575
```bash
7676
cargo run --bin gol -- create-puzzles -o $LINERA_TMP_DIR
7777

78-
BLOB_ID=$(linera publish-data-blob "$LINERA_TMP_DIR/02_beehive_pattern_puzzle.bcs")
78+
BLOB_ID=$(linera publish-data-blob "$LINERA_TMP_DIR/20_robot_face_solution.bcs")
7979
```
8080

8181
### Publishing puzzles and running code-generation
@@ -122,8 +122,8 @@ query {
122122
```gql,uri=http://localhost:8080/chains/$CHAIN/applications/$APP_ID
123123
mutation {
124124
submitSolution(puzzleId: "$BLOB_ID", board: {
125-
size: 9,
126-
liveCells: [{x: 3, y: 2}, {x: 4, y: 2}, {x: 2, y: 3}, {x: 5, y: 3}, {x: 3, y: 4}, {x: 4, y: 4}]
125+
size: 60,
126+
liveCells: [{x: 28, y: 28}, {x: 28, y: 29}, {x: 28, y: 30}, {x: 29, y: 28}, {x: 30, y: 28}, {x: 30, y: 29}, {x: 30, y: 30}]
127127
})
128128
}
129129
```

0 commit comments

Comments
 (0)