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

Calculate task time within the Robot class #1345

Merged
merged 1 commit into from
May 12, 2023
Merged

Calculate task time within the Robot class #1345

merged 1 commit into from
May 12, 2023

Commits on May 8, 2023

  1. Calculate task time within the Robot class

    The `Robot` should know how long a task will take, given the terrain parameters, and which robot type and task is being performed. It should not be dictated by an external actor how long an action must take.
    
    Note that when mines are placed, the terrain is bulldozed, so `RoboMiner` task times don't actually vary by terrain type. (Terrain type effectively contributes 0 turns to the task time).
    DanRStevens committed May 8, 2023
    Configuration menu
    Copy the full SHA
    e62e9d2 View commit details
    Browse the repository at this point in the history