Atjaunināt sīkdatņu piekrišanu

Code the Classics Volume II [Hardback]

  • Formāts: Hardback, 296 pages, height x width: 240x176 mm
  • Izdošanas datums: 20-Sep-2024
  • Izdevniecība: Raspberry Pi Press
  • ISBN-10: 1916868045
  • ISBN-13: 9781916868045
  • Hardback
  • Cena: 33,03 €
  • Grāmatu piegādes laiks ir 3-4 nedēļas, ja grāmata ir uz vietas izdevniecības noliktavā. Ja izdevējam nepieciešams publicēt jaunu tirāžu, grāmatas piegāde var aizkavēties.
  • Daudzums:
  • Ielikt grozā
  • Piegādes laiks - 4-6 nedēļas
  • Pievienot vēlmju sarakstam
  • Formāts: Hardback, 296 pages, height x width: 240x176 mm
  • Izdošanas datums: 20-Sep-2024
  • Izdevniecība: Raspberry Pi Press
  • ISBN-10: 1916868045
  • ISBN-13: 9781916868045

Take inspiration from the some of the greatest video games of the 1980s and learn how to write your own modern classics

Code the Classics Volume II not only tells the stories of some of the seminal video games of the 1980s, but shows you how to create your own games inspired by them, following examples programmed by Raspberry Pi founder Eben Upton. In this book, you'll learn how to run and edit the games in this book by installing Python, Pygame Zero, and an IDE. You'll also:

  • Get game design tips and tricks from the masters.
  • Understand the fundamental tasks needed for every game: display images, play sound effects and receive inputs from the keyboard or a game controller.
  • Learn how to code your own games with Pygame Zero, a library that helps automate those tasks.
  • Explore the code listings and find out how they work.

You'll meet these vintage-inspired games, and learn from their code in between rounds of play:

  • Avenger: fly across a scrolling landscape while you save humans from malevolent aliens.
  • Beat Streets: fight your way through a level, and defeat a notorious crime boss.
  • Eggzy: collect gems and survive as long as possible before time runs out.
  • Leading Edge: Race a car on a pseudo-3d race track.
  • Kinetix: Break bricks with your paddle, and use powerups to avoid various menaces.
Foreword
Chapter 1: Block Breaker

Chapter 2: Scrolling Shooter
Chapter 3: Multiscreen Platformer
Chapter 4: Beat-'em-up
Chapter 5: Racing Game
Setting Up
An Introduction to Python
An Introduction to PyGame Zero
Git and Version Control
Interview
Interview