Tagged Questions
1
vote
2answers
434 views
Entity manager loop opinions
This days I'm refactoring code and one of the things I want to improve is my entity manager code. More precisely, the update funcion where entities are updated. My engine is a 2D tile based engine ...
-1
votes
1answer
481 views
Want to develop my own primitive physics engine, don't know how to start with its high-level architecture. Suggestions? [closed]
Few years ago I tried to make a simple 3D game - billiards. Completed like 50%, stuck with physics. Basically, I only need to calculate balls rolling over flat surface, but it would be nice to make ...
15
votes
6answers
7k views
How do I build a 2D physics engine? [closed]
The most advanced games I've made are a 8-ball pool game made with the physics engine Box2dFlashAS3 and a platform game with levels.
When I did platform games, I've always wished to know how to make ...