DatUser / chess

0 stars 0 forks source link

[CHESSBOARD_MOVE] Generate moves #21

Closed DatUser closed 4 years ago

DatUser commented 4 years ago

For this task, the assignee(s) has(ve) to implement the generate_legal_moves function of chessboard class that will generate the moves for every token. And also make a function that checks if a move is correct is_legal_move.

Please, let everyone know about your progress.

DogodaDozo commented 4 years ago

Add of a function appending all elements of one array into another one. Then I get all the moves of the different pieces on the board, and add them to a final array of moves.