haslamed / haslamed/algorithm-playground
Add multiple collision objects to stage
Open
majorfeature
- Dominant language
- Python
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Be able to collide with multiple objects
Things you might want to think about:
1. How can you make collision detection performant, rather than iterate through all objects on the stage?
2. Is the current object representation (objects are stored in a dictionary) scalable when you have a lot of objects?
Best done after #8 as it will be easier to fit more objects on a larger stage.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.