Swedish Card Games
It looks like I forgot to create a devlog in the beginning... Oh well better late than never.
I plan on making a simple card game for a bunch of games I have played in real life.
Found some nice open source assets for the cards and something that I use as a wooden table.
I really suck at making GUI's so I thought this would be a nice reason to practice it. For this project I use Python 3 with tkinter(GUI) and PIL(Image processing). So far I managed to get the grid thingy to work with me a little.
My goals in this project are:
1. Create my first game without a engine, only using code and images.
2. Adding as many card games as possible until the jam is over.
3. Converting the game to run in a browser in some way.
I have some experience in Python 3 before, quite new to tkinter and an ABSOLUTE beginner with PIL.