diff --git a/Cargo.lock b/Cargo.lock index 6d940de..2a4f48d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1178,7 +1178,7 @@ dependencies = [ [[package]] name = "evolution-island" -version = "0.1.1" +version = "0.2.0" dependencies = [ "amethyst 0.11.1 (git+https://github.com/amethyst/amethyst.git?rev=2509c43)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 8f0d098..5675e61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "evolution-island" -version = "0.1.1" +version = "0.2.0" authors = [] edition = "2018" diff --git a/README.md b/README.md index def12d6..a922a8b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Evoli -A micro-ecosystem simulation game, progressively designed and developed as an official showcase project for the Amethyst engine. The current iteration of the game (v0.1.1 and onwards) simulates a few different species occupying the same, limited space. +A micro-ecosystem simulation game, progressively designed and developed as an official showcase project for the Amethyst engine. The current iteration of the game (v0.2 and onwards) simulates a few different species occupying the same, limited space. For more information about the current game design and our goals and history so far, read [our introduction](https://community.amethyst.rs/t/evoli-introduction/770). @@ -9,6 +9,8 @@ For more information about the current game design and our goals and history so ## Install / Play +Make sure you have Git LFS installed when cloning the repository as most assets are stored there. + If you are compiling on Linux, you need to install some dependencies first. They are necessary to compile and run the Amethyst engine. Please follow the instructions in the [Amethyst README](https://github.com/amethyst/amethyst#dependencies). Ensure you have Cargo installed ([use rustup if you don't](https://rustup.rs/)), and run the following: