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

Implement first pass (ground) #11

Closed
xurxodiz opened this issue Apr 23, 2012 · 1 comment
Closed

Implement first pass (ground) #11

xurxodiz opened this issue Apr 23, 2012 · 1 comment
Assignees

Comments

@xurxodiz
Copy link
Owner

The algorithm makes two passes over the stage to fill it. This issue takes care of implementing the first, that includes plains, hills, gaps and pipes (empty).

Note that it doesn't mean we need to get the odds right; that's for another issue. This is just about making sure the functions are there and working.

At the moment of opening this issue, we can get vanilla gaps, vertical hill changes and flatlands.

@xurxodiz
Copy link
Owner Author

We might (most surely) scrap the two-pass idea entirely. But the functions produced here to place flatlands, gaps, etc are salvageable.

This issue will be closed now, but its spiritual successor is #17.

xurxodiz pushed a commit that referenced this issue Apr 25, 2012
is probably the last commit before tackling #16 and #17 (design and
implementation of the automaton).
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