Looking for a cross platform game engine for a racing game

Started by
1 comment, last by XenGi_ 11 years, 2 months ago

Hi,

me and a friend wanted to build a small racing game to learn how to make complex games and physics. We know Python, C/C++ but are wiling to learn a new language too.

We are looking for an engine that we can use to build the game. We want to have cars with tires that have real friction on the road and therefore go forward. So a racing game that has reality like physics. The problem is that we can't find a beginner friendly game engine that runs on linux (debian wheezy) and windows. So you are the guys that should know. What engine should we choose?

XG_

Advertisement

Whenyou say begginer friendly do you mean like with a full editor like Unity?

Or do you mean just having some good starter tutorials?

For developing on Linux you could go with Jmonkey for Java or my personal favorite cross platform engine at the moment which is gameplay3d which is C++.

gameplay3d comes with a bunch of sample games one of which is a 3d racing game which uses Bullet for physics.

Whenyou say begginer friendly do you mean like with a full editor like Unity?
Or do you mean just having some good starter tutorials?

A full editor would be cool but isn't essential. I already have my favorite ide which should do it. I mean good tutorials and example code. It's very hard to learn something with seeing how it's made the right way in a bigger context.

For developing on Linux you could go with Jmonkey for Java

I personally don't like Java that much but I will try it.

gameplay3d comes with a bunch of sample games one of which is a 3d racing game which uses Bullet for physics.

That sounds great. We will have a look at this too.

XG_

This topic is closed to new replies.

Advertisement