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

black player bug #23

Open
ahmedramadan-20 opened this issue Apr 3, 2024 · 3 comments
Open

black player bug #23

ahmedramadan-20 opened this issue Apr 3, 2024 · 3 comments

Comments

@ahmedramadan-20
Copy link

black.Player.bug.mp4

when I change the player to black and try to play as black this happens why ?
I thought i did something wrong in my code but when returned to the basic cod it still happening

@Mercutio1243
Copy link

Isn't it white's move? These look like the pre move actions

@ahmedramadan-20
Copy link
Author

Isn't it white's move? These look like the pre move actions

no it's player move which i changed to this and started the app
int player = Squares.black;

@Mercutio1243
Copy link

Mercutio1243 commented Apr 7, 2024

This is the orientation of the board, no? Try to load a fen, where it is black's turn?

game = bishop.Game(variant: bishop.Variant.standard());
to
game = bishop.Game(variant: bishop.Variant.standard(), fen: "XXX");

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