About
Soldat is a 2D multiplayer run-and-gun game for Windows, influenced by Liero and Scorched Earth with elements of Counter-Strike and Worms. OpenSoldat is the open-sourced code of Soldat's so-called 1.8 version, a fast-paced side-view multiplayer action game written in FreePascal. It compiles on Windows, Linux and macOS; the code has changed a lot from the original but is not in a finished state.
Getting started
Build with CMake, which can download the game's assets and required libraries for you. Start the server first, then launch the client with a join command pointing at the server's IP and port.
History
The code was open-sourced in the hope that the community could improve the game at a faster pace.