card-games-utils

Hand Interface

The Hand represents a hand in Teen Patti, which is a combination of three standard playing cards. It is defined in the Hand interface.

A Hand object has the following properties:

The Hand is used to represent the real-world hand of cards in the Teen Patti game. It allows you to store and manipulate the cards within a hand, as well as determine the type of hand it represents based on the rules of the game.