Archive for the ‘Python’ Category

Paintball Board Software Types

I wrote a post on Paintball Headlines that had a side note about how paintball board software was done, and how I might write python scripts demonstrating both ways.
Well, I did. Here they are.
threaded.py runs the check in different threads while event.py only runs the check when an event occurs (the trigger is pulled). You [...]