v0.8.0: Who needs memory allocations anyway
Added support for loading information / sending commands to multiple players that can be specified by name, or by play status.
Stopped dynamically allocating of strings, they are now char arrays on stack and are being copied with memcpy.
Improvements to CI pipeline.