Happy0 / ssb-chess

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

Rewrite game in terms of observable that is updated when a move is made #15

Closed Happy0 closed 7 years ago

Happy0 commented 7 years ago

Can observe a given game ID for update messages then map it to a 'situation' observable. The game view / summary can listen for updates on this observable then update the UI accordingly.

Should simply things a lot :)