Whist-Team / Whist-Browser

Front end client for Whist
https://whist-team.github.io/Whist-Browser/
MIT License
4 stars 0 forks source link
bevy bevy-engine game hacktoberfest rust wasm webassembly webgl whist

CIcodecov

Whist-Browser

Front end client

Deploy

Development

Requirements

Linux

The following packages are required to build locally.

sudo apt install g++ pkg-config libx11-dev libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev libssl-dev

Version

The client checks if it is compatible with the Core and Server version. The right version can be set in src/lib.rs.

pub const EXPECTED_CORE_VERSION: &str = "^0.4";
pub const EXPECTED_SERVER_VERSION: &str = "^0.5";