Chess engine written in Rust, compiled to WebAssembly, then into Luau.
Demo: https://streamable.com/xbyf2x
To build the place from scratch, use:
rojo build -o "chess_wasynth.rbxlx"
Next, open chess_wasynth.rbxlx
in Roblox Studio and start the Rojo server:
rojo serve
For more help, check out the Rojo documentation.