siggame / Viseur

Visualizer for the Cadre AI game framework
http://vis.siggame.io
MIT License
5 stars 10 forks source link

Add tuple player progress bars option #42

Closed JacobFischer closed 5 years ago

JacobFischer commented 5 years ago

This adds an option for tuple based progress bar rendering for players: image (67/100 vs 71/100)

Before there were two options in each game's pane.ts Pane::getPlayersScores :

This adds a third return type:

All games updated to support this mode, though none currently use it.