pygame
14 items across game development
14 results
Hello, I am Zarovski
Can you help me understand if it is possible to implement my idea?
Multi-line dialog box in pygame ?
Optimizing overlapping units vision calculations in RTS using PyGame
ihave an index error list index out of range can somone help me
i need to fix these three errors
Pygame Platformer Tutorial Series
.wp-block-image{margin-bottom:1em}.wp-block-image img{max-width:100%}.wp-block-image .aligncenter{display:table;margin-left:0;margin-right:0}.wp-block-image...
Discover Python and Patterns (11): Class
I propose to introduce Python classes to implement the Game Loop pattern. Using these tools, I show how to refactor the code in the previous post to get a more …
Arkanoid and PyGame Collision Detection
Background I chose to write an Arkanoid-like clone (see the original below), assuming this would be a relatively simple place to start with PyGame. Arkanoid. Fresh outta the 80s. So …
Discover Python and Patterns (10): Keyboard
Thanks to the Pygame library we installed in the previous post , we can draw 2D graphics. In this post, I propose to introduce controls with the keyboard as well …
Sprites not updating?
Discover Python and Patterns (9): Pygame
In the previous posts , I introduced enough of Python and patterns to start creating games with graphics using the Pygame library. This post is part of the Discover Python …