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

Sync robot-simulator with problem-specifications #1829

Merged
merged 3 commits into from
Dec 19, 2023
Merged

Conversation

senekor
Copy link
Contributor

@senekor senekor commented Dec 15, 2023

No description provided.

It used to rely on group_description, which I implemented in the
generator just for this. Turns out that isn't even necessary.
Comment on lines 93 to 94
let robot = Robot::new(0, 0, Direction::North);
let robot = robot.advance();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this shadowing what you want? It might be slightly confusing to a student?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point! changed it to robot_start and robot_end

@senekor senekor merged commit 7afe0ae into main Dec 19, 2023
10 checks passed
@senekor senekor deleted the robot-sim-sync branch December 19, 2023 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants