Chapter 12Exploring
Now that you know how to create your own functions, we’re ready to work on our game.
We’re going to do things a little differently from now on. In Part I you created lots of small programs, each a single .py
file. That’s a great way to get started, but you’re a pro now, so it’s time to work like the pros do. In this part of the book (and in Part III), you’ll create a single application—a larger and far more comprehensive one. This application will be made up of lots of files, and we’ll incrementally add functionality chapter by chapter.
So, what are we going to create? In this section you are going to build a basic retro-style ...
Get Captain Code: Unleash Your Coding Superpower with Python now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.