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

More robust map generation classes #15

Open
FaronBracy opened this issue Feb 2, 2019 · 2 comments
Open

More robust map generation classes #15

FaronBracy opened this issue Feb 2, 2019 · 2 comments

Comments

@FaronBracy
Copy link
Owner

The map generation in RogueSharp is very generic and not suitable for creating maps for real games. They were meant to be more of an example that could be expanded upon.

Consider including something similar to https://github.com/odedw/karcero in RogueSharp

@bsimser
Copy link

bsimser commented Jul 1, 2019

I'm using Karcero with RogueSharp for map creation as it's pretty quick and flexible. I have to create the map using Karcero then map each Karcero cell back to a RogueSharp one. Not difficult but not sure how best to integrate it with RogueaSharp. Maybe a custom IMapCreationStrategy but then that would put a dependency on Karcero in RogueSharp and I don't think you really want that do you?

@tstavrianos
Copy link

https://github.com/audinowho/RogueElements seems suitable. It even includes an example that shows integration with RogueSharp.

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

3 participants