Billiards

Hi, I teach a computer coding class at high school. Although it’s not my primary area, I’ve been learning a lot and have coded various games, from Frogger to Flappy Birds. Currently, I’m working on a billiards-type game using the Dart Extension. I’ve started putting something together, but I’m having some issues. Specifically, I’m not sure how to make the dart stop or how it should interact with other balls. If anyone has any ideas or can help with this project, it would be greatly appreciated. Thanks!

Pool Demo

1 Like

Well to start the balls would need some friction and the best way to do that is to find the proper friction coefficient. I made a physics simulator a bit ago you’re welcome to steal the code for whatever you want.

1 Like

It’s very complicated but check out Joey’s Pool Sharks

1 Like