We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello. First, I'm sorry for my English. I'm not a native speaker. Here is the subject. I want to create a game, which has some falling objects by physics laws. It must not be like in Tetris, I need some most realistic one. Could you tell me what library I should use to put it into practice, please?
Answers
You are looking for physics libraries. Box2D is a popular one. A chapter on how to setup and use: http://natureofcode.com/book/chapter-5-physics-libraries/
Thank you! :)