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

Fix edge cases for run sequence generation #52

Open
Peque opened this issue Nov 9, 2018 · 0 comments
Open

Fix edge cases for run sequence generation #52

Peque opened this issue Nov 9, 2018 · 0 comments

Comments

@Peque
Copy link
Member

Peque commented Nov 9, 2018

We currently take a step front until we are not in a goal cell. This is safe normally because the goal area has no walls in it. However, what happens if the goal area is next to the maze outline? Will we step out of the maze? Specially in half-size mazes, where those position jumps are not "protected" by the fact that the maze area matches the uint_t type holding it.

We should probably add a test for this.

097a447117829fa1458fd9022debae74bc6c473b

@Peque Peque transferred this issue from Bulebots/bulebule Apr 29, 2019
@Peque Peque added this to the OSHWDem 2019 milestone Apr 29, 2019
@Peque Peque modified the milestones: OSHWDem 2019, Portugal 2020 Oct 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant