Using a gamepad or joystick on a Raspberry Pi with Pygame Zero QJoyPad
Tuesday, December 10th, 2019Pygame Zero is an easy way to get started in game programming. It used Python Pygame, but makes getting started easier by reducing the amount of code required. I’ve previously created a tutorial getting started with Pygame Zero programming. One feature that is missing from Pygame Zero is support for joysticks or gamepads. It is […]