pyinvaders and a Pygame cheat sheet
Recently I had a bit of a blast from the past when I found an old Pygame project. If you’ve not used Pygame before; Pygame is a set of Python modules designed for writing games. Pygame adds functionality on top of the excellent SDL library. This allows you to create fully featured games and multimedia […]