Skip to content

n-romaniv/game_chess

 
 

Repository files navigation

game_chess

stability-experimental desktop web

How to use

The latest stable version of Rust build toolchain is required by the project. To setup toolchain run:

rustup default stable
rustup update

The project uses utility cargo-make. To install it run:

cargo install cargo-make

To build Bevy apps on a Linux distributive the libraries libuv and libalsa are required. To install it run:

sudo apt install libudev-dev libalsa-ocaml-dev

The project uses module Egui and plugin bevy_egui. To compile the modules on Linux install xcb:

sudo apt install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev

Platforms

Supported platforms:

To run the project on default platform execute:

cargo make

Releases

No releases published

Packages

No packages published

Languages

  • Rust 98.0%
  • JavaScript 1.3%
  • HTML 0.7%