Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 929 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 929 Bytes

UVxl dependency status GitHub

Multiplayer voxel sandbox game which runs on Linux, macOS, Windows, and the web using WASM.

Build Instructions

  1. Install the Rust toolchain: https://rustup.rs
  2. Clone the repository: git clone [email protected]:polina4096/uvxl.git
  3. Navigate to repository's directory: cd uvxl
  4. 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.

WASM support

Install wasm-pack, build with: wasm-pack build --out-dir www/pkg --release.

License

Distributed under the MIT license.