You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently no implementation of the
generate_legal_moves
Pawn::generate_legal_moves()
#7Rook::generate_legal_moves()
#8Knight::generate_legal_moves()
#9Bishop::generate_legal_moves()
#10Queen::generate_legal_moves()
#11King::generate_legal_moves()
#12To 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 hereThe text was updated successfully, but these errors were encountered: