This repository has been archived on 2022-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
OLEGSHA 0a45613e45
Began work on integrating the new Contexts. Compiles but does not work
- All TickContexts including TickContextMutable are deleted
- Previous occurrences of TickContexts are replaced by appropriate
ServerContexts
- Added Context.popAndReturn methods for convenience

Current known problems:
- World does not generate properly on startup
- No bulk methods in the new API (the likes of forEachTile, etc.)
- AbsFace/RelFace ambiguity in the new API (see
TestTileLogicGrass.java:68)
- TestTileLogicGrass.java:53 is disabled for some reason
2021-08-09 20:32:15 +03:00
2021-01-20 18:09:59 +03:00
2020-07-29 12:30:34 +03:00
2021-01-12 22:15:11 +03:00
2021-01-20 18:09:59 +03:00
2020-11-19 19:11:30 +03:00
2020-07-29 12:30:34 +03:00
2020-07-29 12:30:34 +03:00

Progressia

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

  • GNU/Linux (x64, arm32 or arm64), Windows XP or later (x64 or x86) or MacOS (x64)
  • Java 8 or later
  • OpenGL 2.1 or later
  • Probably about 0.5 GiB RAM
  • Less than 1 GiB of storage space

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

Description
No description provided
http://windcorp.ru
Readme 28 MiB
Languages
Java 99.6%
NSIS 0.2%
GLSL 0.2%