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

should generate 1 chain garbage block per chain ending #341

Open
jon12156 opened this issue Feb 10, 2018 · 0 comments
Open

should generate 1 chain garbage block per chain ending #341

jon12156 opened this issue Feb 10, 2018 · 0 comments

Comments

@jon12156
Copy link
Collaborator

currently, when you get a x2 chain, it drops a x2 (6 wide by 1 tall) garbage block, even if your chain isn't done, and when you've continued and earned a x3 chain, it drops a x3 garbage block (6 wide by 2 tall) in addition to the first garbage block I mentioned, and another with your continued x4 and so on.

The correct behavior is it would add a single garbage block, with the size of course being 6 wide by chain length -1 (up to the limit of garbage block size), to the opponent's garbage queue AFTER there are no more chaining panels in your stack, i.e. your chain has ended.

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

2 participants