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

Fix all derived Piece methods for generate_legal_moves #6

Open
6 tasks
ryan597 opened this issue Dec 7, 2023 · 0 comments
Open
6 tasks

Fix all derived Piece methods for generate_legal_moves #6

ryan597 opened this issue Dec 7, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@ryan597
Copy link
Owner

ryan597 commented Dec 7, 2023

Describe the bug

Currently no implementation of the generate_legal_moves

To Reproduce

Steps to reproduce the behavior:

Expected behavior

Each piece (Pawn, Rook, Knight, Bishop, Queen, King) needs to have its own implementation where the function generate_legal_moves() returns a vector of the valid moves.

Screenshots

If applicable, add screenshots to help explain your problem.

Additional context

Add any other context about the problem here.

Error logs Dump error logs here
@ryan597 ryan597 added the bug Something isn't working label Dec 7, 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
None yet
Development

No branches or pull requests

1 participant