PDA

View Full Version : Blackjack - Incomplete



Town
05-16-2010, 04:53 PM
I was working on porting a Java game that I made into Python in order to get used to the language. I never got to finishing it and ended up getting frustrated, more than likely because I neglected to learn some important concepts.

I attempted to use the Tkinter module in order to make the GUI interface. If someone can siphon through the compiler errors and then give me some insight into how I could get this finished correctly I would appreciate it.

Also included the Java source so you can see where I was going.

Town
05-25-2010, 11:30 PM
Rewrite. It works.