Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

program command #22

Closed
byorgey opened this issue Sep 20, 2021 · 2 comments · Fixed by #179
Closed

program command #22

byorgey opened this issue Sep 20, 2021 · 2 comments · Fixed by #179
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.

Comments

@byorgey
Copy link
Member

byorgey commented Sep 20, 2021

program : string -> cmd () -> cmd () is like build, 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?

@byorgey byorgey added Z-Feature A new feature to be added to the game. 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. labels Sep 20, 2021
@twitu twitu mentioned this issue Oct 4, 2021
@twitu
Copy link
Collaborator

twitu commented Oct 4, 2021

I'll can take a look at implementing this. It'll make it much easier to use a robot to explore and scan the map.

@byorgey
Copy link
Member Author

byorgey commented Oct 4, 2021

You should be able to look at the way Build is implemented for inspiration. Note this will have similar issues as #150 , but don't worry about that for now.

@mergify mergify bot closed this as completed in #179 Oct 7, 2021
mergify bot pushed a commit that referenced this issue Oct 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants