https://github.com/jamessizeland/tauri-chess
Experiment with tauri passing data from rust to javascript - building a chess app
https://github.com/jamessizeland/tauri-chess
chess react rust tauri tauri-app typescript
Last synced: 5 months ago
JSON representation
Experiment with tauri passing data from rust to javascript - building a chess app
- Host: GitHub
- URL: https://github.com/jamessizeland/tauri-chess
- Owner: jamessizeland
- License: apache-2.0
- Created: 2022-06-08T22:07:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-14T21:23:48.000Z (8 months ago)
- Last Synced: 2024-12-05T17:43:14.616Z (6 months ago)
- Topics: chess, react, rust, tauri, tauri-app, typescript
- Language: TypeScript
- Homepage:
- Size: 11.6 MB
- Stars: 20
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tauri - Tauri Chess - Implementation of Chess, logic in Rust and visualization in React. (Applications / Gaming)
README
# 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.
## Try It Out!
**Requirements**
- [git](https://git-scm.com/)
- [rust](https://www.rust-lang.org/)
- [node](https://nodejs.org/)
- [yarn](https://yarnpkg.com/getting-started/install)Use these steps to run and see the magic for yourself!
1. `git clone https://github.com/jamessizeland/tauri-chess.git`
2. `cd tauri-chess`
3. `yarn`
4. `yarn tauri dev`## UI Basics

## Moves

## Turns

## Checking

## Special Moves
### Enpassant, Promoting & Castling
