I was able to get the Python stopwatch game working, but I did not have time to make it very pretty. Perhaps if I thought the game was more interesting, I would put more time into it. Pong on the other hand isn’t very pretty even though I enjoy the game. I plan on making some tweaks once I have time. However, it may be in a more universal form than the Coursera/Codeskulptor code (which won’t work anywhere else).
I felt like I learned a lot in the Pong project, bringing together a better understanding of how programs present visuals, some vector math, and basic physics. I’m hoping I’ll be able to replicate it using Tkinter, but I have had trouble finding a good, novice-level reference for Tkinter.