furetto3
05-29-2011, 08:55 AM
Hi, I'm trying to develop a game like the old labyrinth, where a ball has to move inside a maze avoiding the holes to reach its goal.
All using opengl and c++.
I have a ball with its position(x,y,z) and its velocity (x,y,z),
and I want it to move depending the slope angles of the labyrinth.
How can I develop this?
Thanks.
All using opengl and c++.
I have a ball with its position(x,y,z) and its velocity (x,y,z),
and I want it to move depending the slope angles of the labyrinth.
How can I develop this?
Thanks.