This document contains code for a cards game application developed using RingQt. It defines classes and functions for the game logic and GUI. The application deals 5 cards to each player from a deck. Players take turns clicking cards to reveal them. If a card matches another visible card or has a value of 5, the player earns points and "eats" the matching cards. The game ends when all cards are revealed, and displays which player won based on their final score.