Skip to content

Soldank++ is a unique 2D (side-view) multiplayer action game

License

Notifications You must be signed in to change notification settings

nedik/soldank-plus-plus

Repository files navigation

Soldank++

Homepage: http://soldankpp.com/

C++23 implementation of OpenSoldat game engine.

Discord

Screenshot

screenshot

Requirements

The project is written in C++23 and depends on:

Building

Recommended to build using vcpkg to prepare the package GameNetworkingSockets which unfortunately can't be prepared using CPM.cmake

Windows

In project root directory run:

> git clone https://github.com/microsoft/vcpkg
> .\vcpkg\bootstrap-vcpkg.bat

Make sure you have CMake installed. The project uses CPM.cmake to download required packages. To install all the required package using:

> mkdir build
> cd build
> cmake ..

You should now be able to build executables using make on linux or to open generated solution in visual studio on windows