This is a simple card counting trainer implemented in Python using Pygame. The application allows users to practice their card counting skills by showing one card at a time and then verifying the user's count.
- Configure the speed of dealing and the number of cards to deal.
- Display cards one at a time.
- Input the count at the end of the game and receive feedback on correctness.
- pip install pygame
The card images used in this project were sourced from the Vector Playing Cards project. These images are provided under their respective licenses.