Skip to content

Latest commit

 

History

History
51 lines (29 loc) · 1.37 KB

File metadata and controls

51 lines (29 loc) · 1.37 KB

Tauri Chess App

publish android publish desktop MIT/Apache-2.0 licensed

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:

  1. git clone https://github.com/jamessizeland/tauri-chess.git
  2. cd tauri-chess
  3. bun install
  4. bun run tauri dev

UI Basics

Chess UI

Moves

Chess Moves

Turns

Chess Turns

Checking

Check and Mate

Special Moves

Enpassant, Promoting & Castling

Enpassand Promoting and Castling


Mobile Support

Set up to run on Android too.

bun run tauri android dev

android