On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

[Devlog] Devtober 2020- Swedish Card Games

A topic by knubbilito created Oct 05, 2020 Views: 101 Replies: 2
Viewing posts 1 to 3
(1 edit)

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.


Wish me good luck!

Submitted

I've tried implementing cards into games so many times, and I crash and burn every time. I'm rooting for you! 

Thanks, I actually find coming up with ideas for games more stressful than coding and creating algorithms. But we are all different =)