Yet another blocky game :)
You'll need the most up to date version of core, math and assets
./assets/scripts/export.py ./clientcargo run [--release]# install the bundle command
cargo install cargo-bundle
# build for a release
cargo bundle --releaseTo enable a feature, type cargo run --features FEATURE_NAME. Here's the list of currently available features:
- watchers: watch the
resfolder to reload assets at runtime - remote: temporary flag to make the client connect to the server hardcoded in
main.rs