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

Connect 4: Run-time check error #2 #1

Open
FlyingWolFox opened this issue Nov 21, 2019 · 1 comment
Open

Connect 4: Run-time check error #2 #1

FlyingWolFox opened this issue Nov 21, 2019 · 1 comment
Assignees
Labels
AI Issue related to AI bug Something isn't working Connect 4 Issue related to Connect 4
Milestone

Comments

@FlyingWolFox
Copy link
Owner

When running, certain games will cause this error after the tie verification runs

@FlyingWolFox FlyingWolFox changed the title Lig 4: Run-time check error #2 Connect 4: Run-time check error #2 Nov 30, 2019
@FlyingWolFox FlyingWolFox added Connect 4 Issue related to Connect 4 AI Issue related to AI bug Something isn't working labels Nov 30, 2019
@FlyingWolFox FlyingWolFox self-assigned this Nov 30, 2019
@FlyingWolFox
Copy link
Owner Author

Got a trail to the issue. So these order fo inputs make the check fail:
1, 2, 3, 4, 5, 6, 7, 1, 2, 3, 4, 5, 6, 7, 1, 2, 3, 4, 5, 6, 7, 2, 1, 4 , 3 -> Fail
TL;DR: 1-7, 1-7, 1-7, 2, 1, 4, 3 -> fail

Other combinations also does this, but this is the easyest to get

Still no idea what is the problem.
I'll disable the minimax algorithm and change the tie system...

@FlyingWolFox FlyingWolFox added this to the AI fixing milestone Dec 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AI Issue related to AI bug Something isn't working Connect 4 Issue related to Connect 4
Projects
None yet
Development

No branches or pull requests

1 participant