zkayser / chess

2 stars 0 forks source link

Implement String.Chars protocol for Board #12

Closed zkayser closed 2 years ago

zkayser commented 2 years ago

Defining a custom implementation of the String.Chars protocol will let us render a Chess board as a string inside of an iex session.