Problems with collision response
John Nagle
nagle at animats.com
Mon Jan 18 01:56:47 EST 2010
Joabos wrote:
> I'm doing a project, and I need to insert collision detection and response on
> it. Here's the code. What am I doing wrong?
Where to begin...
1. Most of your code will never be executed because it is inside
multiline triple-quoted strings.
2. Your approach to collision response probably won't handle multiple
simultaneous collisions.
3. You're expecting others to debug your code.
John Nagle
More information about the Python-list
mailing list