GithubHelp home page GithubHelp logo

imclab / coderdojotc-python Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yiska/coderdojotc-python

0.0 2.0 0.0 415 KB

Materials for the CoderDojo Twin Cities' Python / Minecraft / Raspberry Pi Course

coderdojotc-python's Introduction

coderdojotc-python

Materials for the CoderDojo Twin Cities' Python / Minecraft / Raspberry Pi Course

http://www.coderdojotc.org

Here is a list of the files with a short description of what each script does and what programming concepts are introduced:

File Description
Minecraft_Programming_Reference.pdf (Documentation) Summary of Minecraft API and Python syntax
clear.py (Utility script) Lets you specify an area to clear out in your Minecraft world to make building easier
coderdojo.py Hello World! Writes "CoderDojo" in block letters in the game. We started with this to have them experience modifying the game in a neat way and then we have them open it in IDLE and change the string to their name or whatever they want.
minecraft_letters.py (Utility script) The code that constructs the letters for coderdojo.py.
flying.py Check whether the character is flying. Introduce variables, coordinates and if/else.
tower.py Build a simple tower. Introduce while loop and the SetBlock method.
tower2.py Build a simple tower just like tower.py. Introduce for loop as alternative to while.
pyramid.py Build a pyramid. Demonstrate a more complicated while loop and the SetBlocks method.
blink.py Create a blinking block. Demonstrates time delay for animation, list length, modulus operator.
pileup.py Create a rain of blocks around the user wherever they go. Similar to blink.py. Demonstrates random numbers.

coderdojotc-python's People

Contributors

jachin avatar yiska avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.