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

Seed should not go home(from opponent reset) when there are die results left to count. #12

Open
chukwumaijem opened this issue May 13, 2019 · 6 comments

Comments

@chukwumaijem
Copy link
Owner

Premise

When a seed's count stops on a cell occupied by a seed from another house. the seed already there is booted away and the new seed is marked done.

Problem

The exception to the rule above is when there's no other way for the moving seed to complete it's remaining count.

Example: blue throws a 3 and a 3. When counting one 3, it stops on a cell occupied by another seed and boots the seed out. This would be okay if there's another blue seed outside to count the remaining 3. Since there's no other seed, the blue seed should not be marked done, and not boot another seed out.

bug_incomplete_count

@zico4reel
Copy link

Hi, I'd like to know if this project is an open source project, I basically want to make use of the code logic, Also I could actually attempt to fix any bug I encounter and share the fix with you.

@chukwumaijem
Copy link
Owner Author

Hey @zico4reel , yes. it's totally FOSS.

@zico4reel
Copy link

Great, Thanks @chukwumaijem

@adi-g15
Copy link

adi-g15 commented Jul 25, 2020

Hi, I'd like to know if this project is an open source project, I basically want to make use of the code logic, Also I could actually attempt to fix any bug I encounter and share the fix with you.

What part of logic did you needed? I have implemented Ludo in C++, and has lots of features, maybe that code help for logic part, in case you are new to JS.

@adi-g15
Copy link

adi-g15 commented Jul 25, 2020

@chukwumaijem I will also try to look into this bug. By the way, the app is very good :D

@zico4reel
Copy link

Hi, I'd like to know if this project is an open source project, I basically want to make use of the code logic, Also I could actually attempt to fix any bug I encounter and share the fix with you.

What part of logic did you needed? I have implemented Ludo in C++, and has lots of features, maybe that code help for logic part, in case you are new to JS.

HI,Thanks. The project I was working on at the time, is a bit on hold, due to certain things. But we will appreciate your help in the bug as well, thanks.

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

3 participants