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

Some bugs in chess.py #534

Open
ABarpanda opened this issue Oct 29, 2023 · 1 comment
Open

Some bugs in chess.py #534

ABarpanda opened this issue Oct 29, 2023 · 1 comment

Comments

@ABarpanda
Copy link

ABarpanda commented Oct 29, 2023

When we enter a valid move, all the pieces are printed individually and looks bad.
image

Also, the pawn is not being allowed to move 2 steps in the beginning. It is showing invalid move.
image

@ABarpanda
Copy link
Author

ABarpanda commented Oct 29, 2023

There are many problems

  1. The pawn doesn't move 2 steps
  2. There is no checkmateExists function as mentioned
  3. The first move is made by black instead of white
  4. The positions of king and queen are wrong in black
  5. When we enter a valid move, all the pieces are printed individually
  6. There is no option to end the game in between. The only option is to kill the program.
  7. The pawn moves out of the board

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

1 participant