daviscodesbugs / gamepiece-json

A collection of json files describing the pieces of board games
GNU General Public License v3.0
12 stars 33 forks source link

add chess and checkers.json #3

Closed jlederman closed 7 years ago

jlederman commented 7 years ago

includes definitions for: 32 black squares, 32 white squares, 16 pawns, 4 rooks, knights and bishops, and 2 kings and queens.

I added checkers.json too.

daviscodesbugs commented 7 years ago

Great work! 👍 For both chess and checkers, could you switch out "squares" to just be "board" For checkers, could you add a "total_count" for discs?

daviscodesbugs commented 7 years ago

Super! Thanks, brother! Merging