I’ve been working on a variant of chess and wanted to see what people think. The main idea is simple: instead of being able to move any piece on your turn, you can only move pieces that match the cards in your hand.
Each player has a hand of 5 cards. Every card shows a piece type — like Knight, Bishop, Queen, etc. On your turn, you are only able to move a piece with a matching card on your hand, and then a new card is drawn from the deck. The deck has a limited number of each type (e.g. more Pawns than Queens), and there are also wild cards that functions as jokers and will let you move any piece.
You win by capturing the king, since check and checkmate isn't ideal in this variant.
I’d love your thoughts on this!
Does this sound fun or frustrating?
Are the rules too restrictive, or just enough to make it interesting?
Any cool rule variants you’d suggest?
There is a small working demo out on my GitHub page, just a proof of concept. Link to the itch.io project page
Thank you in advance.