Web-based multiplayer chess
Find a file
Ashhhleyyy 6448abe153
Some checks failed
continuous-integration/drone/push Build is failing
fix(ci): use correct url to upload
2022-11-02 17:15:36 +00:00
examples chore: run cargo fmt 2022-10-31 13:31:34 +00:00
src feat: win conditions 2022-11-02 14:25:59 +00:00
src-web feat: win conditions 2022-11-02 14:25:59 +00:00
static fix: clippy warnings 2022-10-31 13:30:34 +00:00
tests
.drone.yml fix(ci): use correct url to upload 2022-11-02 17:15:36 +00:00
.gitignore
Cargo.lock
Cargo.toml
index.html feat: lots of design improvements and bugfixes 2022-11-01 10:00:17 +00:00
Makefile.toml feat: lots of design improvements and bugfixes 2022-11-01 10:00:17 +00:00
package.json feat: lots of design improvements and bugfixes 2022-11-01 10:00:17 +00:00
pnpm-lock.yaml feat: lots of design improvements and bugfixes 2022-11-01 10:00:17 +00:00
README.md feat: add CI 2022-11-02 14:48:36 +00:00
tsconfig.json
tsconfig.node.json
vite.config.ts

chs

A simple multiplayer chess game.

Running yourself

My CI builds images for aarch64 (not amd64/x86_64 unfortunately), but you can build your own binary fairly easily.

  • Install Rust, pnpm and cargo-make.
  • Run pnpm install to download the frontend dependences
  • Run cargo make build-release to build an executable with the frontend bundled
  • The resulting binary will be in target/release/chs