drycode / zelle-python

My solutions to the well know Introduction to Computer Science with Python book by John Zelle. Several years after going through this book, I still recommend it as one of the best examples of computer science pedagogy I've seen to date.
69 stars 42 forks source link

chapter 12 exercise 1 #3

Open GendolfJunior opened 4 years ago

GendolfJunior commented 4 years ago

@drypycode ,

The implementation is a little weird. When you run the program it prompts you to start the game in the textbased version rather than in GUI version. GUI version starts only when you input anything except 'Yy' otherwise it continues in the textbased.

drycode commented 3 years ago

Thanks @GendolfJunior, would be happy to see a PR against this!