Chess engine written in Rust, compiled to WebAssembly, then into Luau.
Demo: https://streamable.com/4zen8i
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 serveFor more help, check out the Rojo documentation.