Invent Your Own Computer Games With Python, 4e (häftad)
Fler böcker inom
Format
Häftad (Paperback / softback)
Språk
Engelska
Antal sidor
376
Utgivningsdatum
2016-12-16
Upplaga
4 Revised edition
Förlag
No Starch Press,US
Illustratör/Fotograf
illustrations
Illustrationer
illustrations
Dimensioner
231 x 175 x 18 mm
Vikt
726 g
Antal komponenter
1
Komponenter
,
ISBN
9781593277956

Invent Your Own Computer Games With Python, 4e

Häftad,  Engelska, 2016-12-16
314
  • Skickas från oss inom 5-8 vardagar.
  • Fri frakt över 249 kr för privatkunder i Sverige.
Invent Your Own Computer Games with Python will teach you how to make computer games using the popular Python programming language even if you ve never programmed before! Begin by building classic games like Hangman, Guess the Number, and Tic-Tac-Toe, and then work your way up to more advanced games, like a text-based treasure hunting game and an animated collision-dodging game with sound effects. Along the way, you ll learn key programming and math concepts that will help you take your game programming to the next level. Learn how to: Combine loops, variables, and flow control statements into real working programs Choose the right data structures for the job, such as lists, dictionaries, and tuples Add graphics and animation to your games with the pygame module Handle keyboard and mouse input Program simple artificial intelligence so you can play against the computer Use cryptography to convert text messages into secret code Debug your programs and find common errors As you wo
Visa hela texten

Passar bra ihop

  1. Invent Your Own Computer Games With Python, 4e
  2. +
  3. Python Crash Course, 3rd Edition

De som köpt den här boken har ofta också köpt Python Crash Course, 3rd Edition av Eric Matthes (häftad).

Köp båda 2 för 911 kr

Kundrecensioner

Har du läst boken? Sätt ditt betyg »

Fler böcker av Al Sweigart

Recensioner i media

Pretty close to the ultimate how-to-learn python book. First, it combines an easy ramp up from expecting you to know virtually nothing to having you try out and understand Python. Second, it provides the code, the tools, and the explanations required for you build a number of increasingly sophisticated games and the know-how to branch out to creating games completely on your own. Computerworld Many of the games include flowcharts so the reader will better understand the logic needed to complete the game, and I was especially happy to see a few chapters focus on topics not necessary limited to games such as Cartesian coordinates and using the built-in Debugger. GeekDad This is an excellent way to learn Python, if you are a kid or not. Little kids can learn with their adult guide, and older kids will eat this book up in an afternoon or two. Greg Laden, National Geographic's ScienceBlogs This book is a great entry point for beginning programmers that 'gamifies' coding, allowing readers to immediately apply the concepts covered, rather than teaching basics with little application. School Library Connection "If games are your thing, this would be the perfect book to learn Python." Rajat, @argent_codes

Övrig information

Al Sweigart is a professional software developer who teaches programming to kids and adults. His programming tutorials can be found at inventwithpython.com. He is the author of Automate the Boring Stuff with Python and Scratch Programming Playground.

Innehållsförteckning

Chapter 1: The Interactive Shell Chapter 2: Writing Programs Chapter 3: Guess the Number Chapter 4: Jokes Chapter 5: Dragon Realm Chapter 6: Using the Debugger Chapter 7: Designing Hangman with Flowcharts Chapter 8: Writing the Hangman Code Chapter 9: Extending Hangman Chapter 10: Tic-Tac-Toe Chapter 11: Bagels Chapter 12: Cartesian Coordinates Chapter 13: Sonar Treasure Hunt Chapter 14: Caesar Cipher Chapter 15: Reversi Chapter 16: AI Simulation Chapter 17: Using Pygame and Graphics Chapter 18: Animating Graphics Chapter 19: Collision Detection and Input Chapter 20: Sounds and Images Chapter 21: Dodger