zkayser / chess

2 stars 0 forks source link

Abstract diagonal generation #11

Closed zkayser closed 2 years ago

zkayser commented 2 years ago

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.