Pygame-FPS
Pygame-FPS copied to clipboard
an attempt to create a wolfenstein style fps in pygame
Results
2
Pygame-FPS issues
Sort by
recently updated
recently updated
newest added
Having some fun playing with different python scripts, updated a few thing in your program that would make it run under Python 3.8. Thought I might as well could provide...
When I tried starting this game using the Mac Terminal, I got the error message TypeError: must use keyword argument for key function for the line self.sprite_positions.sort(sprite_compare) How might I...