Shoozza / soldat

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

Home Page:https://soldat.pl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Soldat

Soldat is a unique 2D (side-view) multiplayer action game. It has been influenced by the best of games such as Liero, Worms, Quake, Counter-Strike, and provides a fast-paced gaming experience with tons of blood and flesh.

This repository contains the source code of the so-called 1.8 version. Compared to the original version, the code has undergone many changes but is not in a finished state. We hope that by open-sourcing Soldat we can empower our community to improve the game at a faster pace.

Dependencies

  • FreePascal 3.0.4
  • SDL 2.0.12
  • OpenAL
  • FreeType 2.6.1
  • PhysFS 3.0.2
  • GameNetworkingSockets

Building Soldat

Soldat compiles on Windows, Linux and macOS.

  1. Install Lazarus IDE (or a standalone FreePascal Compiler if you want to use Makefiles)
  2. Download pre-built libraries and copy libraries from win64_dlls to client/build and server/build
  3. Clone base repository and run create_smod.sh from it to create a game base archive
  4. Copy soldat.smod to client/build and server/build
  5. Copy base/client/play-regular.ttf to client/build

Compilation using Lazarus IDE

  1. Open server/soldatserver.lpi with Lazarus, press F9 to compile and start the server
  2. Start another instance of Lazarus and open client/soldat.lpi, press F9 to build the game client

Compilation using Makefiles

Compile server

  1. Open commandline in server folder
  2. run make
  3. the executable can be found in the build folder (run with soldatserver)

Compile client

  1. Open commandline in client folder
  2. run make
  3. the executable can be found in the build folder (run with soldat -join 127.0.0.1 23073)

About

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

https://soldat.pl

License:MIT License


Languages

Language:Pascal 85.6%Language:C 13.3%Language:C++ 0.6%Language:Makefile 0.2%Language:Shell 0.2%Language:HTML 0.2%Language:Batchfile 0.0%