RazoftOSS / Arbiter

Free and Open Source Chess Tournament Management System
Mozilla Public License 2.0
2 stars 0 forks source link

Player and PlayerList classes. #8

Closed GoldenBadger closed 8 years ago

GoldenBadger commented 8 years ago

A Player represents a single player. A PlayerList is a map of player ID's to players. They can both be constructed from either JSON or CSV.

VoyTechnology commented 8 years ago

LGTM (I think)