Example Game 1 | Example Game 2 | Example Game 3 |
---|---|---|
In this variation the player not only has to push all boxes on the targets, but also push every box on specific target. The boxes and targets are color coded, such that for example the blue box needs to end up on the blue target.
The rules in general stay the same, which means the player has to push all boxes on the targets. There are two changes. First a player only gets a reward if a box ends up on its specific target. Second the game end when every box are placed on their specific targets.
Similar to the regular Sokoban there exist multiple room configurations.
Room Id | Grid-Size | Pixels | #Boxes | Example |
---|---|---|---|---|
FixedTarget-Sokoban-v0 | 10x10 | 160x160 | 3 | |
FixedTarget-Sokoban-v1 | 10x10 | 160x160 | 4 | |
FixedTarget-Sokoban-v2 | 7x7 | 112x112 | 2 | |
FixedTarget-Sokoban-v3 | 7x7 | 112x112 | 3 |