Raspberry Pi Projects for Kids. Start your own coding adventure with your kids by creating cool and exciting games and applications on the Raspberry Pi - Helion
ebook
Autor: Daniel Leonard BatesTytuł oryginału: Raspberry Pi Projects for Kids. Start your own coding adventure with your kids by creating cool and exciting games and applications on the Raspberry Pi.
ISBN: 9781783982233
stron: 96, Format: ebook
Data wydania: 2014-03-25
Księgarnia: Helion
Cena książki: 79,90 zł
Osoby które kupowały "Raspberry Pi Projects for Kids. Start your own coding adventure with your kids by creating cool and exciting games and applications on the Raspberry Pi", wybierały także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
Raspberry Pi Projects for Kids. Start your own coding adventure with your kids by creating cool and exciting games and applications on the Raspberry Pi eBook -- spis treści
- Raspberry Pi Projects for Kids
- Table of Contents
- Raspberry Pi Projects for Kids
- Credits
- About the Author
- About the Reviewers
- www.PacktPub.com
- Support files, eBooks, discount offers and more
- Why Subscribe?
- Free Access for Packt account holders
- Support files, eBooks, discount offers and more
- Preface
- What this book covers
- What you need for this book
- Who this book is for
- Conventions
- Reader feedback
- Customer support
- Downloading the example code
- Downloading the color images of this book
- Errata
- Piracy
- Questions
- 1. Getting Started with the Raspberry Pi
- Materials needed
- Power supply
- Storage
- Input
- Video
- Network
- Preparing the SD card
- Starting up the Raspberry Pi
- Using your Raspberry Pi
- The command line
- Updating and installing new software
- Other uses for Raspberry Pi
- Troubleshooting
- Summary
- Materials needed
- 2. Making Your Own Angry Birds Game
- Scratch
- Hello world!
- Code tour
- Creating a character
- Creating a level
- Moving the character
- Initialization
- Moving with the keyboard
- Launch!
- Flight
- Adding physics
- Gravity
- Bouncing
- Ending the game
- Scoring
- Extensions
- Summary
- Scratch
- 3. Testing Your Speed
- Materials needed
- Creating the game controller
- The controller base
- Adding buttons
- Connecting to the Raspberry Pi
- Python
- Coding the game
- Random behavior
- Using the controller
- Adding a time limit
- Bringing it all together
- Complete code listing
- The keyboard version
- Whats next?
- Summary
- 4. Making an Interactive Map of Your City
- Hello world!
- Tkinter
- Writing the program
- Getting a map
- No Internet? No problem!
- Google Maps
- Generating the address
- Downloading the image
- Using the image
- Adding markers
- Detecting mouse clicks
- Reacting to mouse clicks
- Adding labels
- Basic labels
- Pop-up windows
- Code listing
- Extensions
- Layout
- Additional widgets
- Checkbutton
- Frame and LabelFrame
- Listbox
- Menu
- Menubutton
- Message
- OptionMenu
- Radiobutton
- Scale
- Spinbox
- Summary
- Hello world!
- Index