Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uncenter/rook
Mediocre chess application.
https://github.com/uncenter/rook
chess tauri vue
Last synced: 3 months ago
JSON representation
Mediocre chess application.
- Host: GitHub
- URL: https://github.com/uncenter/rook
- Owner: uncenter
- License: gpl-3.0
- Created: 2024-03-07T21:02:00.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-22T15:20:18.000Z (11 months ago)
- Last Synced: 2024-10-13T14:11:07.301Z (4 months ago)
- Topics: chess, tauri, vue
- Language: TypeScript
- Homepage:
- Size: 379 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Rook
Mediocre chess application written with [Vue](https://vuejs.org/), [TypeScript](https://www.typescriptlang.org/), and [Tauri](https://tauri.app/).
## Usage
```sh
git clone https://github.com/uncenter/rook.git
pnpm install
```### Web
```
pnpm dev
```### Desktop (Tauri app)
```
pnpm tauri dev
# or
pnpm tauri build
```## Roadmap
- [x] Basic chessboard layout
- [x] Moveable pieces
- [x] Implement available moves function
- [x] Flip board after each turn
- [ ] Implement check and checkmate states
- [ ] Implement [castling](https://en.wikipedia.org/wiki/Castling?useskin=vector), [en passant](https://en.wikipedia.org/wiki/En_passant)
- [ ] Implement pawn promotions
- [ ] Add homescreen interface
- [ ] New game, load from save
- [ ] Settings
- [ ] Theme customization
- [ ] Play against a bot## Attribution
Chess piece icons (and the logo of this project, though adapted) were sourced from [Category:SVG chess pieces - Wikimedia Commons](https://commons.wikimedia.org/wiki/Category:SVG_chess_pieces) and used under the GNU GPL license. All credit in that regard goes to [Cburnett](https://en.wikipedia.org/wiki/User:Cburnett) for their work in creating the icons.
## License
[GPL-3.0](LICENSE)