Multiplayer voxel sandbox game which runs on Linux, macOS, Windows, and the web using WASM.
- Install the Rust toolchain: https://rustup.rs
- Clone the repository:
git clone git@github.com:polina4096/uvxl.git
- Navigate to repository's directory:
cd uvxl
- Build:
cargo build --release
As of now, the game lacks an integrated server both on native and web. For instructions on how to build and run the server look into uvxl-server.
Install wasm-pack, build with: wasm-pack build --out-dir www/pkg --release
.
Distributed under the MIT license.