Itangalo / Bot-Playtesting-Toolkit

A toolkit for simulating board games with Google spreadsheets. Intended use is board game development.
GNU General Public License v3.0
9 stars 1 forks source link

Build utility function for getting tracked data #71

Open Itangalo opened 2 years ago

Itangalo commented 2 years ago

When building statistics it would be useful to have something like getTrackedData('VP') that gives an array of the tracked VP data for agents. Then functions like getAverage(vpData, 'increaseSum') could be used.

Itangalo commented 2 years ago

It wouldn't be a method on agents – this should collect data from all agents.

Itangalo commented 2 years ago

Also! The getTrackedData() function should set undefined values to 0. That would help.