Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

Commit

Permalink
Bump version to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sunreef committed Jul 19, 2019
1 parent e69af89 commit 2e3b159
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "evolution-island"
version = "0.1.1"
version = "0.2.0"
authors = []
edition = "2018"

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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).

Expand All @@ -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:
Expand Down

0 comments on commit 2e3b159

Please sign in to comment.