Code This Game! is a nonfiction visual guide that teaches young readers, 10-14, how to program and create their very own video game. Each chapter introduces key coding concepts as kids build an action strategy game in Python, an open-source programming language. The book features an innovative stand-up format that allows kids to read, program, and play their game simultaneously.
With easy-to-follow step-by-step instructions, Code This Game! teaches kids to build a strategy action game called “Attack of the Vampire Pizzas!” The book also teaches how to modify the game and follow one's imagination by incorporating downloadable art assets. By the time kids finish the book, they'll have mastered basic coding concepts and created a personalized game.
Thanks to School Library Journal for a review copy of this book.
Coding is so important for kids to understand these days, and it is an essential tool for the future. Code This Game teaches kids about Python, a coding language used to develop video games. They will learn to code their own version of Attack of the Vampire Pizzas, and then customize—or break—it the way they choose. Not only will Code This Game be a ton of fun for kids, it will enable them to learn a ton about coding and hacking that they’ll need in this digital age.
A fun introduction to Python programming! The book walks you through building a tower defense game. I especially liked the real world examples used to illustrate programming concepts. For the most part things were well explained, but I did think some terms could have been defined better. (For instance, they don't state that "elif" is short for "else if".) I appreciated the suggestions in the last few chapters in what kind of game to build next, and plan to follow through with one of those suggestions.