Public
Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md
Tauri Chess App
Experiment with tauri passing data from rust to javascript, by creating a chess app where all of the logic is done in Rust and just the frontend is done in TypeScript React.
Getting Started
Check prerequisites:
git clone https://github.com/jamessizeland/tauri-chess.gitcd tauri-chessbun installbun run tauri dev
UI Basics

Moves

Turns

Checking

Special Moves
Enpassant, Promoting & Castling

Mobile Support
Set up to run on Android too.
bun run tauri android dev
