This is a 2D game showing the DS company logo. The scene makes fun of a situation that shows how we struggle with bugs every day. All objects on the scene have the correct physical behavior model.
- SDL2
- SDL2_ttf
- chipmink
- freetype
- libpng16
- brotli
- zlib
- bzip2
I tried to build only on Windows, since the project uses SDL and VKPKG, I think build on Linux will not pose any problems.
git clone [email protected]:zufari4/DsGame.git
git clone [email protected]:microsoft/vcpkg.git
cd vcpkg
setx VCPKG_ROOT %cd%
bootstrap-vcpkg.bat
vcpkg install SDL2:x64-windows-static
vcpkg install SDL2-ttf:x64-windows-static
vcpkg install chipmunk:x64-windows-static
cd ../DsGame
Open solution file DsGame.sln via Visual Studio