haslamed / haslamed/algorithm-playground

Add multiple collision objects to stage

Open
#2 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.