Circuit Escape

Circuit Escape

This game is from ldjam.com, which is currently unavailable.
You can try viewing the original page on Web Archive (may not load correctly).
overall: 3.80
fun: 4.15
innovation: 3.46
theme: 4.13
audio: 3.39
Ahoy, fellow game devs (again)

Circuit Escape is a top-down, time-trial racing game. You keep looping until you can beat the time... But the escape is not so simple, and the circuit gets bigger after every successful lap. Also your past versions keep looping in the past circuits and may be a problem to you.

We built another game from scratch, this time we used C++ and SFML, nothing more (we've done a very simple particle system, physics, tilemap creation and rendering, etc).
This time I invited a friend that was starting to learn about game dev, so we went for a more simple/friendly framework using OOP instead of a high performance/data oriented approach. Few people joined the team,so we didn't have enough time for good graphics and or learn how to create music.

If you want to see the mess we have done, source code is available on GitHub.

Have fun!
It only has 7 levels, we made it a bit easier to not be frustrating.

Music from Tobias Weber. We didn't have time do create music, so we are out of the audio category (we did the sound effects though :D).

EDIT: we should be out of the audio category. Don't vote for audio if you see the option. For some reason some people see the option to vote for audio (maybe we accidentally forgot to uncheck it)

GIFs:

PS.: Linux version is linked dynamically against SFML (we didn't have time to link statically). So install SFML 2.5.1 to run it (on Ubuntu 20.04 you can just `sudo apt install libsfml`)

PS.: I like to document the progress with some GIFs/PNGs. You can check the devlog at GitHub

Small edits: updated the links since music was not looping and add +1s to circuits to make it not so hard
Found a bug?
Tell us on Discord