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 visualization for populated areas and larger maps #7

Closed
joey-obrien opened this issue Apr 3, 2024 · 3 comments
Closed

Fix visualization for populated areas and larger maps #7

joey-obrien opened this issue Apr 3, 2024 · 3 comments
Assignees

Comments

@joey-obrien
Copy link
Collaborator

Since paths can go through other populated areas for the map generation code, right now populated areas do not appear on the map because the path color dominates over the populated area color. We should change this. Additionally, once the path becomes bigger than 40 x 40 the map grid bleeds into the underlying area.

@joey-obrien
Copy link
Collaborator Author

Guman also requested a cell color for if a populated area finished evacuating

@joey-obrien
Copy link
Collaborator Author

Created a list called "finished_evacuating_cells" that records all the populated cells that have successfully evacuated

@joey-obrien
Copy link
Collaborator Author

We should also have it so that the timestamps can progress without the user having to exit out of the window

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

No branches or pull requests

2 participants