Enlighten Engineering [image]
Home Contact Us OMD For Simulink SCOOTA Driving Game PyOMD2 PyOMD Bug Walk

Driving Game

I put together a little example of what I can do here. It is a driving "game". The physics are fairly realistic. It handles "bumpy" terrain, the tires will slip,the vehicle will drift (oversteer). The vehicle will go off a ramp, lose contact with the ground and land again.

Anyone Interested in Getting Involved?

I wonder if there is any interest out there in making a real game out of this little demonstration. It needs a bunch of stuff: sound, scoring, a repository for further developement. I want to take care of the physics, but I don't want to do a lot of this other stuff.
If you think you might be interested: grab the code and see what you think. If your still interested drop me a note:

drivinggame[at]enlightenengineering_dot_com

Look at a Video

You can download a video of the game in action: Video

Play It

To drive the vehicle hit "v" to go to vehicle mode, then use the arrow keys. To quit hit "v" to get out of vehicle mode (assuming you hit it to begin with) and hit "q" for quit. Compiled for 64 Bit Vista:
Vista 64 Game

Linux (Ubuntu)
Linux Game

Here is the Code!

Here is the entire MSVC project. You have to have Ogre and Bullet: MSVC Project
Here is the entire code blocks project. You have to have Ogre and Bullet: Code Blocks Project

[image]
Driving Game