prathimacode-hub / Awesome_Python_Scripts

🚀 Curated collection of Awesome Python Scripts which will make you go wow. Dive into this world of 360+ scripts. Feel free to contribute. Show your support by ✨this repository.
https://prathimacode-hub.github.io/Awesome_Python_Scripts/
Mozilla Public License 2.0
359 stars 255 forks source link

Collision detection #736

Closed GVictorsd closed 3 years ago

GVictorsd commented 3 years ago

Title: Collision Detection and handling About: Physics simulation script in python 3 Name: Victor Swaroop Label: Feature Request Assignee: ''

Define You:

Is your feature request related to a problem? Please describe.

Collision detection and handling the collisions between two rigid bodies is one of the key parts of game development and other simulation software. The project aims to implement a physically precious model of collisions between two balls bouncing in a box. Collisions are handled according to law of conservation of momentum and kinetic energy.

Describe the solution you'd like...

I am planing to leverage the concepts of object oriented programming in the code flow with python 3. Turtle module is used for frontend graphics.

prathimacode-hub commented 3 years ago

It's a wonderful script, issue assigned. @GVictorsd