Find a set is a fun game on android and ios that I like to play. I tried to recreate it (with debatable graphics quality) and to make an interface for stats gathering and efficient training.
For now, the only stats gathered are the number of sets found for each type of set (if it is different or the same on every category),the list of times for every finding and the number of hints that were used on the given stat. However, the stats part of the project is not really developed yet
In order to run the project, you just have to install the requirements
pip install -r requirements.txtand then run game.py
python game.pyThis is a first project with pygame that I tried to do without using much of the module. I thus coded a lot of things already in the module.