A simplistic implementation of the card game Number Scrabble. Developed for class demonstrations.
Two players take turns to select three cards from a list of cards numbered from 1 (ace) to 15.
The winner is the first player to select three cards that add up to 15.
Does not enforce player turn taking, assumes the players will play nicely.
There is a trick that makes it very easy to play. See this page for details, or play it now.
Not at all possible without Deck of Cards.