Leafwing-Studios / Emergence

An organic factory builder about adapting to a changing world.
https://leafwing-studios.github.io/Emergence/
Apache License 2.0
261 stars 37 forks source link

Emergence

MIT/Apache 2.0 CI Discord

An organic factory-builder set in a micro-scale, post-apocalyptic future. As the hive mind behind a growing, swarming, multi-species colony, you must learn to cultivate the world around you, adapting and literally evolving to face the hardships of a changing, alien world.

About the game

The design documents are stored in the design directory. You can read it online here!

These are created using mdbook. Once you have mdbook installed, use mdbook build --open in the design directory to preview your changes in your browser.

For now, here are our high-level plans:

Contributing

While we're looking to one day release and sell this game, the code is open source*! As such, contributions are welcome. If this game appeals to you (or you just want to learn more about making real games in Bevy), feel free to chip in and learn! While the Serious Work happens here on Github, the dev team (and curious fans) hang out on the Emergence Discord.

Creativity and initiative is welcome:

We follow an "optimistic merging" policy here: if the code is an improvement, and aligned with our goals for the game, we'll merge it in. We're happy to help teach you, but for questions that don't relate specifically to Emergence you should probably ask in the Bevy Discord (feel free to ping @bzm3r).

Ultimately, as maintainers, Leafwing Studios will maintain veto power over creative and technical decisions to help create a cohesive and compelling whole. Monetization strategy is TBD still, but payouts will be split between donations to upstream projects and contributors (both on and off the Leafwing Studios team) who have invested significant time, money and expertise into the project.

Standard best practices from within the Bevy ecosystem apply. Follow the code of conduct, write good issues, feel free to adopt PRs, and leave the code better than you found it!

*see Mindustry for a great example of this working out!

Getting started

  1. Make sure you have Git, Git LFS and Rust with Cargo installed.

  2. Create a fork of this repository and clone it.

  3. Pull the assets from the large file storage (LFS):

    git lfs pull
  4. Run the project:

    cargo run
  5. You can now make your changes on a new branch and open a pull request once you are ready!

License

Emergence is free, open source and permissively licensed with the Rust ecosystem's standard dual MIT/Apache license. Please don't rip off our game (unless it's dead, then fork it), but feel free to learn from it, upstream the clever bits and steal aggressively to make your own awesome games.

Non-font assets under emergence_game are currently licensed under CC-0. Commissioned work will be licensed under CC-BY-SA-NC (asset flippers suck).

Like usual, any contributions made are accepted under the same license terms. If you would like to modify or use these assets in your game, please reach out and we'll be happy to chat.

By contributing to this project, you are representing that you have the ability to contribute any intellectual property under the provided licenses and acknowledge that Leafwing Studios intends to sell (and pay studio members with!) the profits made via this project.

If you are contributing IP from other permissively licensed code, you must provide proper attribution in the source code or metadata. Everyone deserves credit!