Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a collision detection algorithm #1

Open
virtualzx-nad opened this issue Mar 1, 2025 · 0 comments · May be fixed by #4
Open

Add a collision detection algorithm #1

virtualzx-nad opened this issue Mar 1, 2025 · 0 comments · May be fixed by #4
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@virtualzx-nad
Copy link

Original issue from TheAlgorithms/Python TheAlgorithms#12569

We need to implement a collision detection algorithm that can detect collisions between different geometric shapes. This would be useful for game development and physics simulations.

Requirements:

  • Support basic shapes (circles, rectangles)
  • Efficient collision detection
  • Clear documentation and examples
  • Unit tests

This is a good first issue for someone interested in computational geometry and game development.

@virtualzx-nad virtualzx-nad added enhancement New feature or request good first issue Good for newcomers labels Mar 1, 2025
virtualzx-nad added a commit that referenced this issue Mar 4, 2025
Implements collision detection between:
- Circles
- Rectangles (using AABB)
- Circle and Rectangle

Includes:
- Well-documented implementation
- Comprehensive unit tests
- Type hints and docstrings

Fixes #1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant