Muutke küpsiste eelistusi

E-raamat: Code the Classics Volume II

  • Formaat: 220 pages
  • Ilmumisaeg: 28-Aug-2024
  • Kirjastus: Raspberry Pi Press
  • Keel: eng
  • ISBN-13: 9781916868052
  • Formaat - EPUB+DRM
  • Hind: 15,59 €*
  • * hind on lõplik, st. muud allahindlused enam ei rakendu
  • Lisa ostukorvi
  • Lisa soovinimekirja
  • See e-raamat on mõeldud ainult isiklikuks kasutamiseks. E-raamatuid ei saa tagastada.
  • Formaat: 220 pages
  • Ilmumisaeg: 28-Aug-2024
  • Kirjastus: Raspberry Pi Press
  • Keel: eng
  • ISBN-13: 9781916868052

DRM piirangud

  • Kopeerimine (copy/paste):

    ei ole lubatud

  • Printimine:

    ei ole lubatud

  • Kasutamine:

    Digitaalõiguste kaitse (DRM)
    Kirjastus on väljastanud selle e-raamatu krüpteeritud kujul, mis tähendab, et selle lugemiseks peate installeerima spetsiaalse tarkvara. Samuti peate looma endale  Adobe ID Rohkem infot siin. E-raamatut saab lugeda 1 kasutaja ning alla laadida kuni 6'de seadmesse (kõik autoriseeritud sama Adobe ID-ga).

    Vajalik tarkvara
    Mobiilsetes seadmetes (telefon või tahvelarvuti) lugemiseks peate installeerima selle tasuta rakenduse: PocketBook Reader (iOS / Android)

    PC või Mac seadmes lugemiseks peate installima Adobe Digital Editionsi (Seeon tasuta rakendus spetsiaalselt e-raamatute lugemiseks. Seda ei tohi segamini ajada Adober Reader'iga, mis tõenäoliselt on juba teie arvutisse installeeritud )

    Seda e-raamatut ei saa lugeda Amazon Kindle's. 

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