Closed zkayser closed 2 years ago
Inside of bishop.ex, there is an implementation of diagonal generation inside of the potential_moves/3 function.
potential_moves/3
This should be abstracted out to its own module for reuse.
Inside of bishop.ex, there is an implementation of diagonal generation inside of the
potential_moves/3
function.This should be abstracted out to its own module for reuse.