
Check it out at:
http://www.daveandrews.org/dustyengine/ ... dsGame.zip
It is also available from my downloads page:
http://www.daveandrews.org/dustyengine/downloads.php
What do you think? What level can you reach!

Thank you much Nikoniko wrote:Nice! One of my favorite gametype.
Great job, I'm only missing sound & music
This is a known issue, I posted a fix for it here:roninmagus wrote:1) The camera is orthographic in this game. While I was programming I tried to test my asteroid destruction code using the mouse and the collisionManager->getSceneNodeFromScreenCoordinatesBB() function, but it seemed to not work correctly. The area in which it would work seemed confined to a small area in the middle of the screen, if I clicked on a node near the edges, it did not locate it correctly. I have not delved into the code, but I think it has something to do with the orthographic projection I was using, maybe that function is designed for perspective projection?
I have uploaded a fix for this problem. I was unable to run the program at work also. Turned out it was because my background texture was not power of 2 in width and height. Download the fix from the same URL as above.jox wrote: Btw. I wasn't able to execute your program. It exits silently right after loading the background.