This is another question on PyParticles4.py(4th version).
The Particle Class
Circular 2d objects with radius,mass,velocity,location
I was thinking of making a version of this game on python, using pygame and PyParticles. The only thing I am puzzled about is the friction of the balls to the surface(pitch) below, when it bounces.
So, Any ideas on that??
Also, Is it possible to show rotation of a ball(without making a new class) and change it realistically(application of a force) so the ball 'spins'(cricket term)??