https://github.com/jay-karia/card-chess
♟️ Get random cards and it's equivalent chess piece
https://github.com/jay-karia/card-chess
Last synced: 6 months ago
JSON representation
♟️ Get random cards and it's equivalent chess piece
- Host: GitHub
- URL: https://github.com/jay-karia/card-chess
- Owner: Jay-Karia
- Created: 2024-05-11T03:01:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-15T13:28:09.000Z (about 1 year ago)
- Last Synced: 2024-11-05T09:50:40.665Z (8 months ago)
- Language: JavaScript
- Homepage: https://card-chess-omega.vercel.app
- Size: 1.38 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ♟ Welcome to Card Chess
⭐ Get random playing card
🎩 Generate it's equivalent chess piece
🔳 In a single click ❗### 📌 Chess Piece Conversion
| Card Face | Chess Piece |
|:---------:|:------------:|
| King | ♔ |
| Queen | ♕ |
| Jack | ♗ |
| Ace | ♖ |
| 10 | ♘ |
| 2-9 | ♙ |### ❓ What about ♙
If you get a numbered card, equivalent chess piece would be pawn. But which pawn ??
| Number (on Card) | Row (for Pawn) |
|:------:|:---:|
| 2 | A |
| 3 | B |
| 4 | C |
| 5 | D |
| 6 | E |
| 7 | F |
| 8 | G |
| 9 | H |