I am newbie in Unity3d. Is there any resources where I can find usefull resources,tutorials,images etc. for snooker game.
If there isn’t any tutorial please recommend me some tutorials or tricks I should learn for snooker game.
I asked this question in Unity Answers but it is removed and advised to post this here
I would recommend looking at something like this as a starting point; When Worlds Collide: Simulating Circle-Circle Collisions | Envato Tuts+ then move onto understanding the underlying physics behind Snooker collisions. Its not too difficult a game to develop but it does require some basic understanding of physics calculations.
The rest of the game would be a case of setting up inputs to control the variables your equations use, having varying powers and angles for shots. In terms of graphics you could use, basic shapes would work initially until you have the need for more tidy graphics.