An Enduro clone written in D.
It's a small side project I was wanting to do since my childhood. Why didn't I do it earlier? I don't know. I'm using this opportunity to learn more about the D language.
You will need to download Digital Mars D Compiler from here.
I did't test it with GDC or LDC yet.
Optionally, you can download DUB here.
It will automatically download and setup the project's dependency, Derelict-SDL2, effectively making your life easier.
Be sure to have dmd and dub on your path if you are on Windows.
Just run "dub" on the project's folder (containing the dub.json file). It will automatically download the dependencies, compile and run the game.