Portada

MAKE YOUR OWN PYTHON TEXT ADVENTURE IBD

APRESS
11 / 2017
9781484232309
Inglés

Sinopsis

Learn programming with Python by creating a text adventure. This book will teach you the fundamentals of programming, how to organize code, and some codingábest practices. By the end of the book, you will have a working game that you can play or show offáto friends. You will also be able to change the game and make it your own by writing a differentástory line, including new items, creating new characters, and more.Make your own Python Text Adventure offers a structured approach to learning Python that teaches the fundamentals of the language, while also guiding the development of the customizable game. The first half of the book introduces programming concepts and Python syntax by building the basic structure of the game. YouâÇÖll also apply the new concepts in homework questions (with solutions if you get stuck!) that follow each chapter. The second half of the book will shift the focus to adding features to your game and making it more entertaining for the player. Python is often recommended as a first programming language for beginners, and for good reason. Whether youâÇÖve just decided to learn programming or youâÇÖve struggled before with vague tutorials, this book will help you get started.áWhat YouâÇÖll LearnInstall Python and set up a workspaceMaster programming basics and best practices including functions, lists, loops and objectsCreate an interactive adventure game with a customizable worldWho This Book Is ForPeople who have never programmed before or for novice programmersástarting out with Python.