Suggest required entities #342
Labels
C-Low Hanging Fruit
Ideal issue for new contributors.
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-User Experience
This issue seeks to make the game more enjoyable to play.
Currently, the exception thrown when the robot is missing some capability looks like this:
Some commands are obvious, like
drill
requiringdrill
, others likeblocked
requiringscanner
should be probably mentioned in the exception message.In my mind there are three cases:
CGod
capability).Giving a nice message to each of those cases could be slightly harder, but would IMO help beginners a lot.
The text was updated successfully, but these errors were encountered: