Module running_examples

Module running_examples 

Source
Expand description

ยงRunning the Examples

Make sure Rust is installed.

Clone the repository and navigate to the project directory:

git clone https://github.com/ChunkEdge/ChunkEdge.git
cd ChunkEdge

List all available examples with:

cargo run --example

Run this command to try an example.

cargo r -r --example parkour

Recommended examples to try are parkour, game_of_life, terrain, and cow_sphere.

Open your Minecraft client and connect to the address localhost. If all goes well, you should be able to play the example.