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

Multiple card.throwIn doesn't work correctly #15

Closed
ruslankryl opened this issue Dec 11, 2017 · 2 comments
Closed

Multiple card.throwIn doesn't work correctly #15

ruslankryl opened this issue Dec 11, 2017 · 2 comments

Comments

@ruslankryl
Copy link

If we get 5 cards and consistently swing 3, than call card.throwIn three times we do not get the desired stack — first card3.throwIn return the corerct card to the top of stack, but other calls will return next cards (card2, card1) behind the third

Steps:

Initial stack

card1
card2
card3
card4
card5

Swinging first 3..

State 1:

Stack

card4
card5

Trash

card3
card2
card1

Starting throwIn

card3.throwIn(0,0)

State 2:

Stack

card3
card4
card5

Trash

card2
card1

Continue throwIn

card2.throwIn(0,0)

State 3:

Stack

card3
card2
card4
card5

Trash

card1

Continue throwIn

card1.throwIn(0,0)

State 4:

Stack

card3
card2
card1
card4
card5

Trash empty

Probably this is a bug of the library Swing I duplicated the ticket gajus/swing#123, but if you have ideas I will be glad. Thanx!

@ssanjun
Copy link
Owner

ssanjun commented Aug 18, 2018

Hi @kryl !
I am sorry for late to reply.

I think, it is a bug of Swing. so I create PR to fix it. check it please.
gajus/swing#131

Thanks!

@ruslankryl
Copy link
Author

Thanks!

@ssanjun ssanjun closed this as completed Sep 25, 2019
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

2 participants