-
Notifications
You must be signed in to change notification settings - Fork 0
Test script
Daan van Berkel edited this page Sep 25, 2016
·
4 revisions
In order to validate the correctness of the workshop.tar.gz
the following test script should be followed.
- Download
workshop.tar.gz
- Extract it with the following command
tar xvfz workshop.tar.gz
- Open
moonlander-game/index.html
in a browser. Proceed to land safely on the moon
- without an initial rotation
- with an initial rotation
- Enter the
moonlander-ast-rust
directory and build theevolve
example
cargo build --release --example evolve
- Move over to
moonlander-visualisation
and run it
cargo run --release ../moonlander-ast-rust/target/release/examples/
-
Open
localhost:8080
in the browser and start a run of evolutions. Check that programs perform correctly. -
Move over to
nadezhda
and run
cargo run 5 100
It should find a source of food, with a program with a net result of 5 steps forward.
- Check that
flymetothemoon.pdf
is presented among the extracted files.