Max Downforce - arcade racer
Posted: Wed Oct 16, 2019 10:15 pm
A few days ago I completed a new racing game called Max Downforce. It uses pseudo 3d techniques similar to 80s games such as Pole Position and Outrun. I started writing this in 2017 to learn about Lua and Love2d. It has one track, and the goal is to complete 10 laps. For every next lap you get less time to complete it, but part of the remaining time will be carried over. I have not actually completed 10 laps the game in its final form yet, so I suppose it's a bit tricky. In the last couple of laps one mistake can mean game over.
The car is controlled with the arrow keys. The steering mechanic works a bit like Flappy Bird; in the turns, there is an outward force, and by pressing the left/right keys you work against that force. In many classic pseudo 3d racing games you can just keep steering against the outward force and the two forces more or less balance each other out. Typically you would then slowly drift to the outside of the corner. But in Max Downforce the steering force grows until it is quite a bit larger than the outward force, so you have to release the button again to avoid 'over steer', making the controls more twitchy. I like this because it means that even while corrnering you still have the steering freedom to overtake cars left or right.
I like the audio options Love2D offers, such as the echo effect which is applied to the car sound when in the tunnel. The great music is from PlayOnLoop.com.
The game can be downloaded from Gamejolt:
https://gamejolt.com/games/max_downforce/286316
The source code is on Github if you want to have a look:
https://github.com/Foppygames/max-downforce
I also made this video although it is a bit blurry at times:
The car is controlled with the arrow keys. The steering mechanic works a bit like Flappy Bird; in the turns, there is an outward force, and by pressing the left/right keys you work against that force. In many classic pseudo 3d racing games you can just keep steering against the outward force and the two forces more or less balance each other out. Typically you would then slowly drift to the outside of the corner. But in Max Downforce the steering force grows until it is quite a bit larger than the outward force, so you have to release the button again to avoid 'over steer', making the controls more twitchy. I like this because it means that even while corrnering you still have the steering freedom to overtake cars left or right.
I like the audio options Love2D offers, such as the echo effect which is applied to the car sound when in the tunnel. The great music is from PlayOnLoop.com.
The game can be downloaded from Gamejolt:
https://gamejolt.com/games/max_downforce/286316
The source code is on Github if you want to have a look:
https://github.com/Foppygames/max-downforce
I also made this video although it is a bit blurry at times: