program
command
#22
Labels
C-Moderate Effort
Should take a moderate amount of time to address.
G-Design
An issue having to do with game design.
G-Robots
An issue having to do with robots.
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.
program : string -> cmd () -> cmd ()
is likebuild
, except it operates on an existing robot in the same cell instead of creating a new robot. The robot being programmed must (1) be idle and (2) have the necessary capabilities to execute the program.What entity should provide this ability?
The text was updated successfully, but these errors were encountered: