This document describes a cards game application developed using RingQt. The application deals 5 cards to each of two players from a set of cards. When a player clicks on a card, it is revealed. If the card matches another revealed card, the player earns points. If the card is a "5", the player earns points for all revealed cards. The application tracks each player's score and allows players to start a new game. It uses classes, functions, and Qt GUI elements like buttons, labels and layouts to display the cards and scores and handle user interactions.