Building a racing game

racing game must be like a 3d game similar to asplalt 9 or 8

Greetings, and welcome to the forum! I hope that you find your time here to be positive! :slight_smile:

So, what are you asking here? You describe a racing game, but are you having trouble implementing one? If so, what specific trouble are you having…?

me and one of my friend wants to create a 3d racing game using python, we can use ai to create some part of game we have trouble in designing and coding

That’s a very ambitious project you have in your mind. asphalt 8 and 9 are both a master peice on their own, so creating something anyhwere close to it would be very difficult for a team of 2 people. not to mention, but you said that your are having issues with designing and coding both and are using ai for help. i am no master of coding or game designing but from what i have experienced, using ai for coding is the worst idea you could have, specially for such a massive project. instead you should ask for help from other people and use it for the game development, not ai’s.

Yeah, AI tends to be unreliable in producing code that works well, I fear. And when there are problems with the code thus produced, it’s unfamiliar, and thus may be harder to debug. :confused:

If I may, I’d suggest taking the project one piece at a time–and without AI code-generation.

So, start by getting a basic track loaded–and I do mean basic; don’t worry about making it look good just yet! That can be addressed later, most likely.

Then work on a very basic implementation of the car. Maybe improve it over time, as you learn more and as you discover issues.

Then work on getting opponent cars working in a basic manner. Again, they can potentially be improved later in the project.

And so on and so forth…

Welcome,
Regarding your project you may find some forum topics useful. Surely there are some other tips that you can find in the forum. Regards!

2 Likes