Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 484 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 484 Bytes

BEST Score 2013

A Coffee-Script Implementation of the BEST 2013 Tournament Scoring System

#Goals

  • Parse XML score files generated by the official tournament software
  • Make critical game data available to Node objects, including:
    • Total scores
    • Individual match scores
    • Team rankings
    • Inventories
  • Clean, testable (perhaps even tested) code