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"--
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
San Francisco :
No Starch Press,
[2016]
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- 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.