Procedural open-world game engine with dynamic biomes, real-time terraforming, and adaptive ecosystems. Players shape terrain, climate, and evolution, enabling unique worlds.
Ensure Rust is installed. Clone the repository, then build dependencies:
cargo build
Run the example simulation:
cargo run
Run with multiplayer stub enabled:
cargo run --features multiplayer
src/main.rs: Entry point for the simulation enginesrc/biome.rs: Biome definitions and blending logicsrc/ecosystem.rs: Ecosystem & climate simulationsrc/multiplayer.rs: Multiplayer and plugin system stub