I´m developing a little game using Python with the Pygame library.
The game has 3 object, one ball ( that is moving around the screen), one square and another square (we control this square using the mouse).
I would like to do this: When you collect the square should appear another ball, but not in the same coordinates.
How I can do?
Thanks.
PD: Sorry with my English, I´m from Spain.
Advertising