I have done in the past. If you can get Pygame installed then everything should work. A game I created originally ran really slowly on the Pi, which is when I discovered the clock.tick() method that I cover later on.
I have done in the past. If you can get Pygame installed then everything should work. A game I created originally ran really slowly on the Pi, which is when I discovered the clock.tick() method that I cover later on.
RE: Game Making with Python and Pygame Part 1