jkomoros / boardgame

An in-progress framework in golang to easily build boardgame Progressive Web Apps
Apache License 2.0
31 stars 4 forks source link

Consider removing stuff from moves package doc #734

Closed jkomoros closed 6 years ago

jkomoros commented 6 years ago

AFter #690, there's good pointers to most moves, so the documentation on thea ctual move type is sufficient, especially since there's a good map on which one to read.

Exceptions are Groups, and possibly the Move/Deal/Collect ones.