Happy0 / ssb-chess

A library for building scuttlebutt chess clients with
GNU General Public License v2.0
63 stars 16 forks source link

Change how moves are validated to be more composable #74

Closed Happy0 closed 6 years ago

Happy0 commented 6 years ago

Previously it was pub / sub based... I think having an observable of the valid moves is nicer (and will be better if I move out the game logic into a ssb-chess-lib library.)