I'm trying to make a simple bouncing ball. Well, I use c_move to let it move, but I run into problems by geting it physically correctly rebounding from other entities in dependences of the current movement and the hitten surface-alignment.
Could anybody give me a pseudo-code how to do this?