Questions tagged [racing]

This tag is for questions related to racing games and simulations, their development, resources, 2d / 3d modelling, scripting, creating realistic handling, collisions, rotation of the wheels etc.

This tag is for questions related to racing games and simulations, their development, resources, 2d / 3d modelling, scripting, creating realistic handling, collisions, rotation of the wheels etc.

54 questions
0
votes
1 answer

Shockwave How Would I Start?

I was just wondering, how would I go about creating a browser based 3D racing game to be a shockwave game? Any links and tutorials would be very helpful Thanks
Ozzy
  • 10,285
  • 26
  • 94
  • 138
-1
votes
1 answer

Simulate racing in 2d racing manager game

I am working on 2d racing manager game. I am facing a problem on simulate racing. I create the race track with a racing line which all car will follow it. For large curve, the car moving look smooth, but for small curve, the moving is not nature, it…
zero
  • 1
  • 1
-1
votes
1 answer

How would I keep track of the Player and AI's positions for a racing game?

Summary: So, as the question suggests I'm trying to develop a racing game. Although, I need to create a system to keep track of what positions the Player and AI are in. Positions as in first place, second place, third place, etc. What I've tried: At…
-1
votes
1 answer

How to make Top-Down Racing game background move in opposite direction of car

i am making a top down car racing game as project (i'm new to python) and i want to know how to make the track (that i have made a background) move, so that when the user's car is moving, the track is essentially moving in the opposite direction so…
Y2J
  • 45
  • 5
-1
votes
1 answer

In 3D Racing Games, how is place determined?

I was following this tutorial: https://www.codeproject.com/tips/357063/a-very-simple-car-race-game-in-csharp-and-opengl Determining place in this game is trivial, as the cars only move in one dimension on a straight line. How would it be done in…
-1
votes
1 answer

paper.js Racing Track

I want to make a graphical output for my racing simulations, so I have found paper.js. With this code, I can draw each car on a specific course. But I have no idea how I can change every round the speed: speed_car1, speed_car2, speed_car3. So I want…
Lehtis
  • 607
  • 5
  • 8
-1
votes
1 answer

How to properly handle a car race in MySQL?

most likely a clueless question but I would like to start off on the good foot: Despite trying my best, I have actually never really learned to program and I'm kind of "learning as I go" so please excuse me if this seems very obvious to you... It's…
Staab
  • 25
  • 6
-1
votes
1 answer

Unity - Car AI Avoiding obstacle

sorry for asking too often. I have a problem on Andrew Gotow's Car AI. The Problem is The AI did not avoid player / car in front of them or they just go ahead and hit the player / car in front of them. When hit a car or any obstacle, They stop…
-1
votes
1 answer

Enemy car moving logic in race games

I'm developing a race game in Andengine.I created a car which player is controlling.But because of being race game, there should be 3 or 4 car which snatch with the player's car.My question is: How do the other cars move along to path? How are their…
user1391058
  • 265
  • 4
  • 19
1 2 3
4