
Hey folks!
Today I'm releasing a cool little lib for adding analytics to your PICO-8 game.
You might ask, "wat?" So lemme demonstrate with a quick video:
Essentially, it's a way to track what your players are doing, and to analyze that data afterward for insights. Are players discovering the secret power-up in my game? Are they dying too much, and quitting out of frustration? You can track all of that! And use that information to make your game's design better.
This library sends data to Segment, where I work as a full-time engineer. (I do PICO-8 development as a hobby.) Segment is a badass analytics product that forwards your data to hundreds of tools. For starters, you can turn on Google Analytics in Segment, but there are many other tools in the catalog you can check out.
To use it, head on over to the GitHub repo for instructions (https://github.com/segmentio/analytics-pico8). Using it looks something like this:


After some googling, I figured out how to fix the sound for PICO-8 games on iOS. I wrote a small demo in this GitHub repo: https://github.com/nucleartide/fix-pico8-ios-sound
It might be that this is obvious to anyone who's experimented with PICO-8 on mobile... but lemme know what you think!




