News

Raspberry-Pi-Pygame-Kiosk This is a quick tutorial on how to set up your Raspberry Pi running Raspberry Pi OS (64-bit) as a Kiosk using Pygame in fullscreen-mode.
pygame.time.delay(3000) screen = pygame.display.set_mode((640, 480)) As you can see, Pygame makes game development fun and easy. For more information, check out the Pygame Web. The full source code ...
In this video I add on to the game we started creating in the first video of this series. I show you how to create boundaries so that your character cannot move off of the screen and then I show ...