So little progress...
Today I started coding the rules of the game, so no screenshot today also.
What I'm doing is making sure that the rules are followed by the "engine" before working on the graphic interface. I'm doing it by following the test driven development:
In each module I have a class that is a test case for unit testing. When the module is run instead of imported, the test case is executed and lets me see if the rules are followed or not.
When all the rules have been implemented I will start with the graphics (and making screenshots, I hope). If nothing goes wrong I will start it on Wednesday.
I only hope I didn't make a wrong decision on taking this path, up until now it seems that I made so very little progress. I hope that seeing screenshots I will feel progressing faster :-)