Gratis Versand in ganz Österreich
Bookbot

Al Sweigart

    Scratch Programming Playground
    Eigene Spiele programmieren - Python lernen
    Coole Spiele mit Scratch
    Der Weg zum Python-Profi
    Routineaufgaben mit Python automatisieren
    Coole Spiele mit Scratch 3
    • Spiele Computerspiele nicht nur – erfinde sie selbst! Scratch, die bunte Drag-and-drop-Programmiersprache, wird bereits von Millionen Programmieranfängern benutzt. Mit diesem Buch gestaltest du coole Spiele und lernst dabei mühelos programmieren. Mach dich bereit, Asteroiden zu zerstören, Körbe zu werfen und Obst zu zerteilen. Jedes Spiel enthält leicht verständliche Anweisungen, Arbeitsaufgaben und Anregungen für deine eigenen Spiele. Du willst deine persönlichen Level oder Cheats schaffen? Kein Problem, schreibe einfach etwas Code. Du lernst Spiele zu programmieren wie: - Maze Runner: Entkomme dem Labyrinth! - Snaaaaaaake: Verspeise Äpfel und entrinne deinem eigenen Schwanz. - Asteroid Breaker: Vernichte Weltraumtrümmer. - Obstschlitzer: ein Klon des bekannten Spiels Fruit Ninja - Brick Breaker: eine Neuauflage von Breakout, dem Bauklotz-Klassiker - Ein anspruchsvolles Jump-&-Run-Spiel: Spielspaß inspiriert von Super Mario Bros. Programmieren lernen sollte nicht dröge und langweilig sein. »Coole Spiele mit Scratch« macht es zur Spielerei!

      Coole Spiele mit Scratch
    • Eigene Spiele programmieren - Python lernen

      Der spielerische Weg zur Programmiersprache

      Dieses Buch wird Ihnen beibringen, wie man Computerspiele mit der beliebten Python- Programmiersprache entwickelt – auch wenn Sie noch nie zuvor programmiert haben! Beginnen Sie mit dem Entwurf klassischer Spiele wie Galgenmännchen, einem Zahlenratespiel und Tic-Tac-Toe. Mit fortgeschrittenen Spielen bauen Sie Ihre Programmierkenntnisse weiter aus, beispielsweise mit einer textbasierten Schatzsuche und einem animierten Kollisionsspiel mit Soundeffekten. Dabei lernen Sie grundlegende Konzepte der Programmierung und der Mathematik, die Ihnen helfen, Ihre Spieleprogrammierung auf die nächste Stufe zu heben. Lernen Sie, wie Sie - Loops, Variablen und Flusssteuerungsanweisungen in funktionierenden Programmen kombinieren. - die richtigen Datenstrukturen für die jeweilige Aufgabe einsetzen, also Listen, Dictionarys und Tupel. - mit dem pygame-Modul Ihre Spiele mit Grafiken und Animation bereichern. - Benutzereingaben über Tastatur und Maus in Ihren Spielen einsetzen. - einfache künstliche Intelligenz programmieren, um gegen den Computer zu spielen. - Kryptografie verwenden, um Text in geheimen Code zu verschlüsseln. - Ihre Programme debuggen und Fehler aufspüren. Entdecken Sie mit diesem Buch spielerisch das Potenzial von Python – und programmieren Sie schon bald Ihre eigenen Spiele!

      Eigene Spiele programmieren - Python lernen
    • Scratch Programming Playground

      • 288 Seiten
      • 11 Lesestunden
      4,5(43)Abgeben

      Scratch, the colorful drag-and-drop programming language, is used by millions of first-time learners, and in Scratch Programming Playground, you’ll learn to program by making cool games. Get ready to destroy asteroids, shoot hoops, and slice and dice fruit! Each game includes easy-to-follow instructions, review questions, and creative coding challenges to make the game your own. Want to add more levels or a cheat code? No problem, just write some code. You’ll learn to make games like: –Maze Runner: escape the maze! –Snaaaaaake: gobble apples and avoid your own tail –Asteroid Breaker: smash space rocks –Fruit Slicer: a Fruit Ninja clone –Brick Breaker: a remake of Breakout, the brick-breaking classic –Platformer: a game inspired by Super Mario Bros. Learning how to program shouldn’t be dry and dreary. With Scratch Programming Playground, you’ll make a game of it! Uses Scratch 2

      Scratch Programming Playground
    • 4,4(55)Abgeben

      Best-selling author Al Sweigart shows you how to easily build over 80 fun programs with minimal code and maximum creativity. If you’ve mastered basic Python syntax and you’re ready to start writing programs, you’ll find The Big Book of Small Python Projects both enlightening and fun. This collection of 81 Python projects will have you making digital art, games, animations, counting pro- grams, and more right away. Once you see how the code works, you’ll practice re-creating the programs and experiment by adding your own custom touches. These simple, text-based programs are 256 lines of code or less. And whether it’s a vintage screensaver, a snail-racing game, a clickbait headline generator, or animated strands of DNA, each project is designed to be self-contained so you can easily share it online. You’ll create: • Hangman, Blackjack, and other games to play against your friends or the computer • Simulations of a forest fire, a million dice rolls, and a Japanese abacus • Animations like a virtual fish tank, a rotating cube, and a bouncing DVD logo screensaver • A first-person 3D maze game • Encryption programs that use ciphers like ROT13 and Vigenère to conceal text If you’re tired of standard step-by-step tutorials, you’ll love the learn-by-doing approach of The Big Book of Small Python Projects. It’s proof that good things come in small programs!

      The Big Book of Small Python Projects
    • A project-filled introduction to coding that shows kids how to build programs by making cool games. Scratch, the colorful drag-and-drop programming language, is used by millions of first-time learners worldwide. Scratch 3 features an updated interface, new programming blocks, and the ability to run on tablets and smartphones, so you can learn how to code on the go. In Scratch 3 Programming Playground, you'll learn to code by making cool games. Get ready to destroy asteroids, shoot hoops, and slice and dice fruit! Each game includes easy-to-follow instructions with full-color images, review questions, and creative coding challenges to make the game your own. Want to add more levels or a cheat code? No problem, just write some code. You'll learn to make games like: Maze Runner: escape the maze! Snaaaaaake: gobble apples and avoid your own tail Asteroid Breaker: smash space rocks Fruit Slicer: a Fruit Ninja clone Brick Breaker: a remake of Breakout, the brick-breaking classic Platformer: a game inspired by Super Mario Bros Learning how to program shouldn't be dry and dreary. With Scratch 3 Programming Playground, you'll make a game of it! Covers: Scratch 3

      Scratch 3 Programming Playground
    • An accessible yet rigorous crash course on recursive programming using Python and JavaScript examples.Recursion has an intimidating it’s considered to be an advanced computer science topic frequently brought up in coding interviews. But there’s nothing magical about recursion.The Recursive Book of Recursion uses Python and JavaScript examples to teach the basics of recursion, exposing the ways that it’s often poorly taught and clarifying the fundamental principles of all recursive algorithms. You’ll learn when to use recursive functions (and, most importantly, when not to use them), how to implement the classic recursive algorithms often brought up in job interviews, and how recursive techniques can help solve countless problems involving tree traversal, combinatorics, and other tricky topics.This project-based guide contains complete, runnable programs to help you Al Sweigart has built a career explaining programming concepts in a fun, approachable manner. If you’ve shied away from learning recursion but want to add this technique to your programming toolkit, or if you’re racing to prepare for your next job interview, this book is for you.

      The Recursive Book of Recursion