Tagged Questions
1
vote
1answer
158 views
How do I implement powerups for my Breakout clone?
I'm making a simple Breakout clone in Python that will have very many powerups/powerdowns (so far I came up with 26). Some will affect the paddle (paddle missile, two paddles, short paddle, etc.), ...
2
votes
2answers
334 views
Help making a visual transition with pygame and NumPy
Perhaps this could be better answered on Stack Overflow, but I thought it would be worth posting here. Right now I'm trying to make visual transitions with pygame's surfarray module which uses NumPy. ...