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

Bug - Fix initial fen for flipello games (not enough pieces) #504

Open
JamesHeppell opened this issue Jun 29, 2022 · 0 comments
Open

Bug - Fix initial fen for flipello games (not enough pieces) #504

JamesHeppell opened this issue Jun 29, 2022 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@JamesHeppell
Copy link

Due to passing in flipello (and flipersi) a player can actually play more than half the possible moves in total and therefore currently run out of 'drops'. I'm not sure what the upper bound is but something like 2/3 total spaces should be sufficient.
I would suggest changing the starting fen(s) to include more Pp's to accommodate this.
Suggest:

8x8 - (50)
startFen = 8/8/8/3pP3/3Pp3/8/8/8[PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPpppppppppppppppppppppppppppppppppppppppppppppppp] w 0 1

10x10 - (80)
startFen = 10/10/10/10/4pP4/4Pp4/10/10/10/10[PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPpppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppp] w 0 1

6x6 - (24)
startFen = 6/6/2pP2/2Pp2/6/6[PPPPPPPPPPPPPPPPPPPPPPPPpppppppppppppppppppppppp] w 0 1

@ianfab ianfab added the bug Something isn't working label Jun 30, 2022
@ianfab ianfab added this to the next milestone Feb 24, 2023
@ianfab ianfab added this to Overview Mar 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

2 participants