Compass device #341
Labels
C-Low Hanging Fruit
Ideal issue for new contributors.
G-Entities
An issue having to do with game entities.
L-Capability checking
Capability checking determines which capabilities are required by a given piece of code.
S-Nice to have
The bug fix or feature would be nice but doesn't currently have much negative impact.
Z-Feature
A new feature to be added to the game.
In some challenges it is undesirable to be able to turn to cardinal directions.
For example in some algorithmic challenges the robot should only turn
left
orright
, to teach thinking relative to the robot.The chess horse challenge sets the robot direction to
[2,1]
so it moves like the knight piece. Turning north cheeses the challenge. 😅Solution
Create a compass device, some cardinal orientation ability which will be required for cardinal directions.
The recipe could be something really simple like:
Alternatives
We could limit abilities directly in challenges, but it would still require creating some compass ability.
The text was updated successfully, but these errors were encountered: