Sonic Adventure Blast 2 allows you to play as Sonic, Tails, and Knuckles in adventure style gameplay.
The game contains 20 levels, each with 4 different missions.
- Download source code as zip.
- Extract zip.
- Open the
NewSonicThing.sln
in Microsoft Visual Studio 2022 - Hit
Build->Build NewSonicThing
. This will generate the final exe.- Make sure to be in
Release
andx64
mode
- Make sure to be in
- Install Dependancies
sudo apt install libglfw3-dev libogg-dev libvorbis-dev libopenal-dev libsoil-dev libsdl2-dev pkg-config
- Build
make