surviv-io

Table of contents

About

SurvRoyale is a desktop clone of the popular browser battle royale shooter - surviv.io, written in C++. The project is currently in the stage of an early alpha development, so any contribution via pull request or issue is welcome. At the moment, only Linux and Windows platforms are officially supported.

Building

  1. Dependencies: GNU make, GNU parallel (optional), git, C++17 capable compiler, 7zip/tar, SFML>=2.5

  2. Clone the repository:
         git clone --depth 1 <url from one of the mirrors below>
    
  3. Build and install the game
     make && make install
    
  4. On Windows, execute build-windows.bat instead. The built game will be placed inside “build” directory

Notice

On Windows, SFML is bundled locally with the project. On Linux and MacOS however, nothing is bundled, the dependencies are assumed to be installed globally and system-wide.

On Windows, the only compiler supported is “mingw x86_64 seh 8.1.0” and is assumed that directories for compiler and 7zip executables exist inside PATH variable.

In the future, only Windows builds will be provided for download in “Releases” section as a self-contained zip archive, while Linux builds can typically be installed via package managers. MacOS users can install the game via Homebrew.

Mirrors

Primary https://github.com/Fenex330/surv-royale.git

Secondary https://notabug.org/Fenex33/surv-royale.git

License

Distributed under MIT License

Contacts

For any questions or queries please contact anonimus33@protonmail.com