WebLiero does not have very detailed or permanent built-in game statistics. Attach this code to your WebLiero session to get them!
- Generate the minified tracking code:
./make.sh && cat dist/liero.js.min | pbcopy
- Paste the tracking code into your WebLiero page's dev console.
- Initialize the code with:
var endCollection = startCollection();
- At the end of your session, get the data with:
var data = endCollection();