The game Dobble is a card game with very simple rules. There are cards with several symbols on them. Each card has exactly one symbol in common with every other card. The first player to find this duplicate symbol wins the card. This is played until there are no more cards. The player with the most cards wins the game.
As this game is very easy in the original version with only 8 symbols on each card, I wanted to make a slightly more difficult version of the game with 12 symbols per card, and later even with 14. Since the game uses a mathematical principle so that each card has exactly one symbol in common with every other card, I decided to write a python script to assemble the cards. The code also exports the symbols directly into the PowerPoint format that is needed to print the game on meinspiel.de. Thanks to my code, you no longer have to worry about the logic behind the cards and can focus on the design.
The code in this repository is not perfect, as I wrote it shortly after my first semester in computer science, but I am very satisfied with the game, which I was able to create thanks to my code.


