# Functions
NewInMemoryPlayerStore initialises an empty player store.
NewPlayerServer creates a PlayerServer with routing configured.
# Structs
InMemoryPlayerStore collects data about players in memory.
PlayerServer is a HTTP interface for player information.
# Interfaces
PlayerStore stores score information about players.