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

Complete and implement random map generator #10

Open
Aritma opened this issue Aug 16, 2016 · 1 comment
Open

Complete and implement random map generator #10

Aritma opened this issue Aug 16, 2016 · 1 comment
Assignees

Comments

@Aritma
Copy link
Collaborator

Aritma commented Aug 16, 2016

TODO:
Select map generator functions (room gen, item gen, monster spawn, decoration implement.)
Provide in-game test mechanics to pass only 100% correct maps (multiple generation, auto-correct, etc.)

@Aritma Aritma self-assigned this Aug 16, 2016
@Aritma Aritma added the bug label Aug 16, 2016
@Aritma
Copy link
Collaborator Author

Aritma commented Aug 16, 2016

Solve infinite loop problem while using high number of rooms. # #

SOLVED

Solution:
while loop with timeout - generate max. possible amount of room and prints internal error log

@Aritma Aritma removed the bug label Aug 16, 2016
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