Learn to program with Minecraft : transform your world with the power of Python /
"A kid-friendly introduction to programming in Python that teaches how to customize Minecraft. Readers follow short Python lessons, then write Python code to create instant visual results in the game"--
Call Number: | Libro Electrónico |
---|---|
Main Author: | |
Format: | Electronic eBook |
Language: | Inglés |
Published: |
San Francisco :
No Starch Press,
[2016]
|
Subjects: | |
Online Access: | Texto completo (Requiere registro previo con correo institucional) |
Table of Contents:
- Intro and setting up
- Teleporting through Minecraft with variables
- Build quickly and travel far with math
- Chat with strings
- Figure out what's true and false with booleans
- Making Minecraft mini-games with if statements
- Dance parties and flower parades with loops
- Functions give you superpowers
- Running around and hitting things with lists and dictionaries
- For loops
- Files and modules
- Classes.