Adding Physics to Python Game | Computer Vision
19,068 views
0

 Published On Dec 5, 2021

A very important element of creating games is Physics. Below is a simple demo of how much effect does an object has with and without physics.
But what does adding physics mean?
It simply means to add real-world properties to an object like mass, elasticity, acceleration, velocity, etc. But don't worry there is no complicated math involved. We simply need to know how to create objects and allocate them with the correct attributes.

This will be covered in our upcoming Game Development Course for Computer Vision. We will create the widely popular Fruit Ninja Clone with physics so it looks more realistic and fun. And yes this will be done all in python. So if this sounds interesting to you, go ahead and preorder now at a discounted price before the Course Launches.

Computer Vision Game Development
https://www.computervision.zone/cv-ga...

#Shorts

show more

Share/Embed