OLEGSHA / Progressia

A GPL sandbox survival game
GNU General Public License v3.0
10 stars 4 forks source link

Progressia

:warning: Important: this Java version of Progressia is no longer developed. We migrated to a different repository, Wind-Corporation/Progressia (GitHub, windcorp.ru), where development continues in C++.

A free, open-source sandbox survival game currently in early development.

Description

The game has barely begun development so much of its features are yet to be implemented.

In broader terms, Progressia is a challenging game about survival, exploration and engineering in a realistic voxel sandbox environment. The game is heavily inspired by Minecraft technology mods, Factorio, Vintage Story and Minetest. Progressia's main unique features will include highly composite items and blocks, a realistically-scaled world, temperature mechanics and a parallelism-capable server.

System requirements

See Build Guide for compilation requirements.

Contributing

All contributors welcome. Please contact Javapony in Telegram or join our Discord server for details or help.

Building

On GNU/Linux and MacOS:

  1. $ git clone https://github.com/OLEGSHA/Progressia.git
  2. $ chmod +x gradlew
  3. $ ./gradlew buildLocal

On Windows:

  1. git clone https://github.com/OLEGSHA/Progressia.git
  2. gradlew.bat buildLocal

Alternatively use Linux/MacOS steps in a Bash shell.

For a more in-depth explanation, solutions for common problems and tips for IDE configuration please see the Build Guide.

Libraries