/Mahjong-like-game

Primary LanguageTypeScriptMIT LicenseMIT

Mahjong-like-game

Play the game!!!

The objective of the game is to collect cards until no card is hidden.

Requirements

  • User picks a card and if its value matches the value of a previous selected card, both cards change state to “visible”.
  • Any card can have a value in [1,99] range.
  • No two pairs with identical values are allowed.