A Connect Four clone. I built this to experiment with Tauri. The UI is written in Svelte, and the backend in Rust.
Downloadable .exe on itch.io: https://okayscott.itch.io/four-dots
Run these commands in separate shells
yarn run dev
yarn tauri dev
yarn build