Volkswagen Lupo Cup

Download Now
Race with your VW Lupo against others one 4 different tracks. Do a simple race against the AI or other players over LAN. You can also choose the petit prix and enhance several parts of your car in between.

Can you win the grand trophy?
Platform(s):  
Publisher: None/Unknown
DeveloperWhat I DidDifficulty of DevelopmentAnecdote
View all games
Programming, Network (client side), "AI" of computer enemiesAverageEvery track has a colored mask which carries the height of the track and if it's a bridge. This allowed the track with the bridge.

Covering the track is a manually created list of triangles. These are used to A) check if you're still on the track
B) facing in the correct direction

Additionally there's a bezier like line which is used to keep the "AI" on the track. Which works. Kinda. They keep bumping into each other though.