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

[Idea] Randomized, System-Generated Boards #48

Open
stevegrossi opened this issue Apr 4, 2020 · 1 comment
Open

[Idea] Randomized, System-Generated Boards #48

stevegrossi opened this issue Apr 4, 2020 · 1 comment

Comments

@stevegrossi
Copy link
Owner

#47 introduced a board with hexagonal tiles:

Screen Shot 2020-04-04 at 4 44 01 PM

That gives me the idea of having randomized boards: the system could randomly generate hex tiles within a grid, adding variety to the gameplay. Perhaps there might even be a map builder at some point. That would certainly be easier than the hour-plus of SVG-wrangling it takes me to add new boards today 😅

@stevegrossi
Copy link
Owner Author

#49 removed the need for custom SVG paths for every board: now boards are composed of a pre-existing set of hexagonal tiles. To build a randomized board, you'd just have to pick a tile to start with and jump from neighbor to neighbor (so that all tiles are connected) until you're done. Although you'd likely want to account for regions as well.

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