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

Creating an instance of the maze #5

Open
Koldar opened this issue Sep 29, 2017 · 0 comments
Open

Creating an instance of the maze #5

Koldar opened this issue Sep 29, 2017 · 0 comments

Comments

@Koldar
Copy link
Collaborator

Koldar commented Sep 29, 2017

AS a developer
I WANT a working graphical instance of a maze
BECAUSE in this way I test my code against a working maze instance and I can feel good by seeing something

After completing #4 , we need to create a concrete instance of the maze. This maze can be used to test other stuff (like the algorithm laying down the props). When you complete this task, you should have a complete maze ready to be used as testing ground.

For example the test maze might be something like this:

START -> B -> C
B -> D -> C
C -> E -> F ->B
F -> GOAL

where each node is a room, each of it having a particular rectangular shape with its dimensions

@Koldar Koldar added this to the 0.1 milestone Sep 29, 2017
@Koldar Koldar removed this from the DataStructureImplemented milestone Sep 29, 2017
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