Conquer-Space / Conquer-Space

Conquer Space! A space themed grand strategy set in the present to near future, with emphasis on economics, politics, and society, with realistic orbital mechanics.

Home Page:http://cqsp.ehwhoami.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conquer Space

Conquer Space is a grand strategy game set in the near future, with realistic orbital mechanics, and an emphasis on economics and politics.

We will simulate near future technologies, economies, and politics with a high degree of detail.

Discord: https://discord.gg/h5r77Sa

The project is still in intensive development.

Compiling

Get the repo with git clone --depth 1 --recursive --shallow-submodules https://github.com/Conquer-Space/Conquer-Space

Windows

Open the repository

cd cqsp

Make build files

setup_env

Compile:

cmake --build build --config Release

Or you can open the Visual Studio project in build, and compile.

Linux (Ubuntu)

You'll need a few libraries, so

sudo apt-get update,

and

sudo apt install -y libglfw3 libglfw3-dev libopenal-dev libxinerama-dev libxcursor-dev xorg-dev libglu1-mesa-dev

Open the repository

cd cqsp

Make the build folder

./setup_env.sh

Create build files

cmake --build build

Mac

Sorry, we don't have any mac developers, so if you are one, feel free to join us and the discord and help us!

About

Conquer Space! A space themed grand strategy set in the present to near future, with emphasis on economics, politics, and society, with realistic orbital mechanics.

http://cqsp.ehwhoami.com

License:GNU General Public License v3.0


Languages

Language:C++ 94.5%Language:GLSL 2.1%Language:CMake 1.5%Language:Python 1.3%Language:Lua 0.3%Language:C 0.2%Language:Batchfile 0.1%Language:Shell 0.0%