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
--
http://mail.python.org/mailman/listinfo/python-list
