
Finding a 2d car game I've played around 2015/16 : …
May 28, 2023 · The car style is similar to the one in the pic. Starting with a red car. The player only has to rotate the car back and forth. If landed cleanly, u get the boost. the background music is also very great. It's not hill climb racing, we can only see the car flying through hills and mountains. the game app icon is red car or something.
Simple 2D Car Physics : r/gamedev - Reddit
Mar 31, 2015 · I think that a tiny, lightweight open source car sim that doesn't try to do anything other than drive, slide and drift could be useful to indie/solo/web/mobile developers. Right now there seems to be a big gap between hacking your own sim from scratch (which will probably be terrible) and using a full blown physics engine.
[MOBILE][2010's] 2D side scrolling car game with flips
Dec 14, 2021 · I had it on my old iPhone, side scrolling 2D car game the graphics were pretty basic. Nice sprites on a moving track, i believe the map(s) were grassy and dirt underneath, then there was a moon stage as well.
[PC] [Early 2000 to 2010] Zombie + Car-Repair Pixel (flash?) game
Mar 25, 2023 · It was a 2D pixel game. Your car broke down in the middle of nowhere, and have to survive waves of zombies. After eachwave you get a buy menu where you can spend some money (or some other form of currency, i dont remember) to buy new car parts.
[Flash game][00s] 2D racing game where vehicles could grip on
Mar 21, 2023 · [PC][mid 90's-2004] Old 2d Top-down car game battle other cars Maybe on different planet upvotes ...
I made a realistic physics based car prototype with suspension
Dec 15, 2022 · I'm working on a survival-horror type game with a car. Started out in 2D but now decided to transition to 3D. I was initially excited to find out godot has an out-of-the-box VehicleBody node, but its fairly basic implementation quickly made apparent the need for a …
A list of some fun 2D racing games : r/racinggames - Reddit
Jun 22, 2021 · Hello, I made a list of some of the best 2D racing games available at the moment. I made this because I just wanted a list of racing games that I could play without having to concentrate loads and exhaust myself.
I made a fun 2d car, now I need a game idea to put it to good use!
Mar 17, 2021 · very tranquil rally game, somewhat like 'art of rally', but in a pixel-art style as USP. have a ghost car for those who like to challenge themselves. more classic vertical shmup like tyrian, but with a car instead of a spaceship. maybe add mechanics like dashing or boost, rocket league style. shooting forwards or in drive direction, no aim.
How can I make a car racing AI in godot? : r/godot - Reddit
Jul 10, 2021 · Firstly, the AI can drift using the same physics as the player-controlled car. The kidscancode.org tutorial covers this. Secondly, you can compute a vector for the direction it is actually traveling (i.e. position change since last frame) and then offset the next navigation point by the reverse of this vector.
Simple 2d car physics with JavaScript! : r/javascript - Reddit
Jan 1, 2020 · Simple 2d car physics with JavaScript! pakastin.github.io ... I think we can clone the repo, edit car ...