Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 396 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 396 Bytes

2023 Minecraft U Special Projects Camp

Goal

Chess engine in Rust that compiles to WASM

Live deployment

View the game

Compile & run instructions

wasm-pack build --target web --out-dir client/pkg
cd client && python3 -m http.server

Linting

cargo clippy

Automatically apply suggestions: cargo clippy --fix