removing hashtags from docs
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
# Assignment Operator
|
||||
|
||||
Set the value for local and global variables #docs #assignment #language #var #data
|
||||
Set the value for local and global variables.
|
||||
|
||||
### @parent js/operators
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Bits Library
|
||||
|
||||
Functions in the Bits library. #docs #bits #32bit #signed #unsigned
|
||||
Functions in the Bits library.
|
||||
|
||||
### @parent td/language
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Break
|
||||
|
||||
Break statement; exit a for or while loop. #docs #break #language #loop #for #while
|
||||
Break statement; exit a for or while loop.
|
||||
|
||||
### @parent js/language
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Call a Function
|
||||
|
||||
How to call a function in your code. #docs #function #call #language
|
||||
How to call a function in your code.
|
||||
|
||||
### @parent js/language
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# function
|
||||
|
||||
A function with inputs and outputs. #docs #function #language
|
||||
A function with inputs and outputs.
|
||||
|
||||
### @parent js/language
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Comment
|
||||
|
||||
A note in code. #docs #comment #language
|
||||
A note in code.
|
||||
|
||||
### @parent js/statement
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# In-browser compiler
|
||||
|
||||
The BBC micro:bit pins #docs #gnd #p1 #p2 #p3 #3V
|
||||
The BBC micro:bit pins.
|
||||
|
||||
## We listened to your feedback!
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Global Variables
|
||||
|
||||
How to define and use global variables. #docs #data #language #variables
|
||||
How to define and use global variables.
|
||||
|
||||
### @parent js/language
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Touch Develop Editor
|
||||
|
||||
The Touch Develop editor. #docs #editor #scripts #compile #run #keyboard
|
||||
The Touch Develop editor.
|
||||
|
||||
### @parent js/contents
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# event handler
|
||||
|
||||
Event handlers - how they work. #eventhandler #docs #input #button
|
||||
Event handlers - how they work.
|
||||
|
||||
An event handler is code that is associated with a particular event, such as "button A pressed". You create (or register) the association between an event and an event handler by calling a function named "on <event>". After registering an event handler with an event, then whenever that event occurs, the event handler code executes.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# For
|
||||
|
||||
Repeat code a preset number of times. #docs #for #endfor #language
|
||||
Repeat code a preset number of times.
|
||||
|
||||
### @parent js/language
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Create a Function
|
||||
|
||||
How to define a function with input and output parameters. #docs #function #language
|
||||
How to define a function with input and output parameters.
|
||||
|
||||
### @parent js/language
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Function Parameters
|
||||
|
||||
How to use parameters to pass info in and out of an function. #docs #input #output #function #functionparameters
|
||||
How to use parameters to pass info in and out of an function.
|
||||
|
||||
### @parent js/function
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Gallery
|
||||
|
||||
Overview of Touch Develop lessons for the BBC micro:bit. #docs #contents
|
||||
Overview of Touch Develop lessons for the BBC micro:bit.
|
||||
|
||||
### @short Gallery
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Game Tutorials
|
||||
|
||||
Overview of Games for the BBC micro:bit. #docs #contents
|
||||
Overview of Games for the BBC micro:bit.
|
||||
|
||||
### @short Games
|
||||
|
||||
|
@ -1,6 +1,4 @@
|
||||
# basic LED show
|
||||
|
||||
#tutorial #docs
|
||||
# basic LED show.
|
||||
|
||||
### Challenge 0
|
||||
|
||||
|
@ -1,6 +1,4 @@
|
||||
# blink symbols
|
||||
|
||||
#tutorial #docs
|
||||
# blink symbols.
|
||||
|
||||
### Challenge 0
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# TouchDevelop Lessons
|
||||
|
||||
Overview of TouchDevelop lessons for the micro:bit. #docs #contents
|
||||
Overview of TouchDevelop lessons for the micro:bit.
|
||||
|
||||
### @section full
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# If
|
||||
|
||||
Run code based on a condition. #docs #if #then #else #endif #language #elseif
|
||||
Run code based on a condition.
|
||||
|
||||
### @parent js/language
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Image
|
||||
|
||||
An image for the micro:bit screen. #docs #image #screen #LED
|
||||
An image for the micro:bit screen.
|
||||
|
||||
### @parent js/language
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Touch Develop Lessons
|
||||
|
||||
Overview of Touch Develop lessons for the BBC micro:bit. #docs #contents
|
||||
Overview of Touch Develop lessons for the BBC micro:bit.
|
||||
|
||||
### @short Lessons
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# 2 player pong lesson
|
||||
|
||||
make a game to test your focus on the moving ball #function #on-button-pressed #if #show-animation #mod #random #Boolean #docs
|
||||
make a game to test your focus on the moving ball.
|
||||
|
||||
## Topic
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# 2 player pong quiz answers
|
||||
|
||||
a two-player game of Pong using TWO BBC micro:bits! #LED #number #math #acceleration #docs
|
||||
a two-player game of Pong using TWO BBC micro:bits!.
|
||||
|
||||
## Name
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# 2 player pong quiz
|
||||
|
||||
a two-player game of Pong using TWO BBC micro:bits! #LED #number #math #acceleration #docs
|
||||
a two-player game of Pong using TWO BBC micro:bits!.
|
||||
|
||||
## Name
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# zoomer challenges
|
||||
|
||||
The acceleration function. #acceleration #docs #input
|
||||
The acceleration function.
|
||||
|
||||
**Challenge 0**
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# banana keyboard blocks lesson
|
||||
|
||||
display beautiful images on the BBC micro:bit #var #pause #docs
|
||||
display beautiful images on the BBC micro:bit.
|
||||
|
||||
## Topic
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# beautiful image lesson
|
||||
|
||||
display beautiful images on the BBC micro:bit #var #pause #docs
|
||||
display beautiful images on the BBC micro:bit.
|
||||
|
||||
### @video td/videos/beautiful-image-0
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# blink lesson
|
||||
|
||||
Learn how to create a blinking LED. #LED #screen #plot #docs #lesson
|
||||
Learn how to create a blinking LED.
|
||||
|
||||
### @video td/videos/blink-0
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# blink challenges
|
||||
|
||||
Coding challenges for the blink tutorial #docs #challenges
|
||||
Coding challenges for the blink tutorial.
|
||||
|
||||
## Before we get started
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# bop it lesson
|
||||
|
||||
a game where you have to keep up with the commands #var #data #if #random #min #max #mod #plot #unplot #pause #accceleration #docs
|
||||
a game where you have to keep up with the commands.
|
||||
|
||||
## Topic
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# bounce image lesson
|
||||
|
||||
scroll an image across the screen #animation #docs
|
||||
scroll an image across the screen.
|
||||
|
||||
### @video td/videos/bounce-image-0
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# bounce image quiz answers
|
||||
|
||||
scroll an image on the BBC micro:bit #LED #screen #animation #docs
|
||||
scroll an image on the BBC micro:bit.
|
||||
|
||||
This is the answer key for the [bounce image quiz](/microbit/lessons/bounce-image/quiz).
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# bounce image quiz
|
||||
|
||||
scroll an image on the BBC micro:bit #LED #screen #animation #docs
|
||||
scroll an image on the BBC micro:bit.
|
||||
|
||||
## Name
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# strobe lightquiz
|
||||
|
||||
Learn how to create a blinking LED script with a for loop. #LED #screen #plot #docs
|
||||
Learn how to create a blinking LED script with a for loop.
|
||||
|
||||
## Name
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# cascade quiz
|
||||
|
||||
Learn how to create a blinking LED script with a for loop. #LED #screen #plot #docs
|
||||
Learn how to create a blinking LED script with a for loop.
|
||||
|
||||
## Name
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# compass lesson
|
||||
|
||||
build a compass app that applies the BBC micro:bit magnetic sensor (magnetometer) #functions #var #docs
|
||||
build a compass app that applies the BBC micro:bit magnetic sensor (magnetometer).
|
||||
|
||||
build a compass app that applies the BBC micro:bit magnetic sensor (magnetometer)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# counter lesson
|
||||
|
||||
Learn how to create a counter with with on button pressed. #show #number #screen #number #math #docs
|
||||
Learn how to create a counter with with on button pressed.
|
||||
|
||||
### @video td/videos/counter-0
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# die roll lesson
|
||||
|
||||
create a die on the BBC micro:bit #button #pressed #math #random #var #string #if #docs
|
||||
create a die on the BBC micro:bit.
|
||||
|
||||
## Topic
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# digi yoyo lesson
|
||||
|
||||
create a counter with a while loop #while #loop #counter #docs
|
||||
create a counter with a while loop.
|
||||
|
||||
### @video td/videos/digi-yoyo-0
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# digital pet lesson
|
||||
|
||||
a display of pet images for the BBC micro:bit #functions #number #forever #button #string #pause #data #shake #docs
|
||||
a display of pet images for the BBC micro:bit.
|
||||
|
||||
### @video td/videos/digital-pet-0
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# flashing heart lesson
|
||||
|
||||
Learn how to create LED images with a global variable. #LED #screen #plot #docs
|
||||
Learn how to create LED images with a global variable.
|
||||
|
||||
### @video td/videos/flashing-heart-0
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# flipping bird lesson
|
||||
|
||||
count the number of times the BBC micro:bit has been shaken #var #shake #mod #math #plot #docs
|
||||
count the number of times the BBC micro:bit has been shaken.
|
||||
|
||||
### @video td/videos/flipping-bird-0
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# flipping bird quiz answers
|
||||
|
||||
use modulo with a conditional #mod #shake #variables #docs #input #mod
|
||||
use modulo with a conditional.
|
||||
|
||||
This is the answer key for the [flipping bird quiz](/microbit/lessons/flipping-bird/quiz).
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# flipping bird quiz
|
||||
|
||||
use modulo with a conditional #mod #shake #variables #docs #input #mod
|
||||
use modulo with a conditional.
|
||||
|
||||
## Name
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# glowing pendulum lesson
|
||||
|
||||
construct a pendulum that glows using acceleration #var #acceleration #abs #brightness #plot #docs
|
||||
construct a pendulum that glows using acceleration.
|
||||
|
||||
## Topic
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# glowing sword lesson
|
||||
|
||||
make a glowing sword #image #docs
|
||||
make a glowing sword.
|
||||
|
||||
### @video td/videos/glowing-sword-0
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# glowing sword activity
|
||||
|
||||
Make glowing sword. #docs #microbit
|
||||
Make glowing sword.
|
||||
|
||||
### ~avatar avatar
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# glowing sword quiz answers
|
||||
|
||||
The answers for the glowing sword quiz. #LED #image #fade #docs
|
||||
The answers for the glowing sword quiz.
|
||||
|
||||
This is the answer key for the [glowing sword quiz](/microbit/lessons/glowing-sword/quiz).
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# glowing sword quiz
|
||||
|
||||
make a glowing sword. #LED #image #fade #docs
|
||||
make a glowing sword.
|
||||
|
||||
## Name
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# guess the number lesson
|
||||
|
||||
Learn to create a random number with input from button A. #input #screen #math #docs
|
||||
Learn to create a random number with input from button A.
|
||||
|
||||
### @video td/videos/guess-the-number-0
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# guess the number activity
|
||||
|
||||
guess the number with math random. #microbit #docs
|
||||
guess the number with math random.
|
||||
|
||||
### ~avatar avatar
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# guess the number lesson plan
|
||||
|
||||
Learn how to create a random number with input from button A. #input #screen #math #docs
|
||||
Learn how to create a random number with input from button A.
|
||||
|
||||
### @video vimeo/134121077
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# hack your headphones lesson
|
||||
|
||||
display beautiful images on the BBC micro:bit #var #pause #docs
|
||||
display beautiful images on the BBC micro:bit.
|
||||
|
||||
## Topic
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# hack your headphones activity
|
||||
|
||||
hack your headphones #microbit #docs
|
||||
hack your headphones.
|
||||
|
||||
# BBC micro:bit music
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# jailbreak lesson
|
||||
|
||||
break out of a counting loop by pressing button "A" #button #while #if #Boolean #pause #string #plot #break #docs
|
||||
break out of a counting loop by pressing button "A".
|
||||
|
||||
### @video td/videos/jailbreak-0
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# jailbreak quiz answers
|
||||
|
||||
break out of a counting loop by pressing button "A" #break #string #variables #docs
|
||||
break out of a counting loop by pressing button "A".
|
||||
|
||||
This is the answer key for the [jailbreak quiz](/microbit/lessons/jailbreak/quiz).
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# jailbreak quiz
|
||||
|
||||
break out of a counting loop by pressing button "A" #break #string #variables #docs
|
||||
break out of a counting loop by pressing button "A".
|
||||
|
||||
## Name
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# landslide challenges
|
||||
|
||||
Coding challenges for the landslide tutorial. #onfall #docs
|
||||
Coding challenges for the landslide tutorial.
|
||||
|
||||
### ~avatar avatar fail
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# letter up lesson
|
||||
|
||||
create a guessing game that can be played with your friends #at #string #at #on-logo-down #string-functions #on-logo-up #library #docs
|
||||
create a guessing game that can be played with your friends.
|
||||
|
||||
## Topic
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# cascade quiz
|
||||
|
||||
Learn how to create a blinking LED script with a for loop. #LED #screen #plot #docs
|
||||
Learn how to create a blinking LED script with a for loop.
|
||||
|
||||
## Name
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# line of fire lesson
|
||||
|
||||
create a game that relies on precise instincts and timing reflexes #if # #function #data #forever #var #button #if #assignment #pause #string #number #docs
|
||||
create a game that relies on precise instincts and timing reflexes #if #.
|
||||
|
||||
### @video td/videos/timing-game-0
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# line of fire quiz answers
|
||||
|
||||
create a game that relies on precise instincts and timing reflexes #LED #number #math #acceleration #docs
|
||||
create a game that relies on precise instincts and timing reflexes.
|
||||
|
||||
## Name
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# line of fire quiz
|
||||
|
||||
create a game that relies on precise instincts and timing reflexes #LED #number #math #acceleration #docs
|
||||
create a game that relies on precise instincts and timing reflexes.
|
||||
|
||||
## Name
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# looper lesson
|
||||
|
||||
Learn to control blinking LEDs. #LED #screen #for #docs
|
||||
Learn to control blinking LEDs.
|
||||
|
||||
### @video td/videos/looper-0
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# looper lesson
|
||||
|
||||
Learn to control blinking LEDs. #LED #screen #for #docs
|
||||
Learn to control blinking LEDs.
|
||||
|
||||
### @video vimeo/134453504
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# love meter lesson
|
||||
|
||||
create a love meter with the BBC micro:bit #pin #pressed #string #if #var #pause #show #docs
|
||||
create a love meter with the BBC micro:bit.
|
||||
|
||||
### @video td/videos/love-meter-0
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# love meter quiz answers
|
||||
|
||||
The answers to the love meter quiz. #LED #screen #variables #docs
|
||||
The answers to the love meter quiz.
|
||||
|
||||
This is the answer key for the [love meter quiz](/microbit/lessons/love-meter/quiz).
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# love meter quiz
|
||||
|
||||
Learn how to make a love meter that you can try with someone. #LED #screen #variables #docs
|
||||
Learn how to make a love meter that you can try with someone.
|
||||
|
||||
## Name
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# lucky 7 lesson
|
||||
|
||||
show a number on the LED screen #show #number #docs
|
||||
show a number on the LED screen.
|
||||
|
||||
### @video td/videos/lucky-7-0
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# lucky 7 activity
|
||||
|
||||
show a number on the LED screen. #docs #tutorials #stepByStep
|
||||
show a number on the LED screen.
|
||||
|
||||
### ~avatar avatar
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# lucky 7 quiz answers
|
||||
|
||||
Show a number on the BBC micro:bit. #LED #screen #show #math #docs #input
|
||||
Show a number on the BBC micro:bit.
|
||||
|
||||
This is the answer key for the [lucky 7 quiz](/microbit/lessons/lucky-7/quiz).
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# lucky 7 quiz
|
||||
|
||||
Show a number on the BBC micro:bit. #LED #screen #show #math #docs #input
|
||||
Show a number on the BBC micro:bit.
|
||||
|
||||
## Name
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# magic 8 lesson
|
||||
|
||||
a fortune teller game with the BBC micro:bit #string #shake #clear-screen #if #string #number #var #docs
|
||||
a fortune teller game with the BBC micro:bit.
|
||||
|
||||
### @video td/videos/magic-8-1
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# magic logo lesson
|
||||
|
||||
show an image that points up when the logo is up #logo #point #docs
|
||||
show an image that points up when the logo is up.
|
||||
|
||||
### @video td/videos/magic-logo-0
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# magic logo activity
|
||||
|
||||
show an image that points up when the logo is up. #docs #microbit
|
||||
show an image that points up when the logo is up.
|
||||
|
||||
### ~avatar avatar
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# meteorite lesson
|
||||
|
||||
a game in which you must dodge the meteorites with your ship. #functions #data #forever #var #button #if #assignment #plot-all #pause #string #number #docs
|
||||
a game in which you must dodge the meteorites with your ship.
|
||||
|
||||
## Topic
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# meteorite quiz answers
|
||||
|
||||
create the game meteorite #LED #number #math #acceleration #docs
|
||||
create the game meteorite.
|
||||
|
||||
## Name
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# meteorite quiz
|
||||
|
||||
create the game meteorite #LED #number #math #acceleration #docs
|
||||
create the game meteorite.
|
||||
|
||||
## Name
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# minesweeper lesson
|
||||
|
||||
A game that tests your memory for placing a LED mine then finding the hidden LED mine #var #data #if #random #min #max #mod #plot #unplot #pause #accceleration #docs
|
||||
A game that tests your memory for placing a LED mine then finding the hidden LED mine.
|
||||
|
||||
### @video td/videos/minesweeper-0
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# minesweeper quiz answers
|
||||
|
||||
make a game to test your memory for placing a LED mine then finding the hidden LED mine #math #random #docs
|
||||
make a game to test your memory for placing a LED mine then finding the hidden LED mine.
|
||||
|
||||
## Name
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# minesweeper quiz
|
||||
|
||||
make a game to test your memory for placing a LED mine then finding the hidden LED mine #math #random #docs
|
||||
make a game to test your memory for placing a LED mine then finding the hidden LED mine.
|
||||
|
||||
## Name
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# night light lesson
|
||||
|
||||
change the brightness of the BBC micro:bit #brightness #plot #docs
|
||||
change the brightness of the BBC micro:bit.
|
||||
|
||||
### @video td/videos/night-light-0
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# night light activity
|
||||
|
||||
change the brightness of the BBC micro:bit. #docs #tutorials #stepByStep
|
||||
change the brightness of the BBC micro:bit.
|
||||
|
||||
### ~avatar avatar
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# number psych quiz answers
|
||||
|
||||
a 4-player game in which each player must outwit his opponents. #math #random #docs #shake
|
||||
a 4-player game in which each player must outwit his opponents.
|
||||
|
||||
## Name
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# number psych quiz
|
||||
|
||||
a 4-player game in which each player must outwit his opponents. #math #random #docs #shake
|
||||
a 4-player game in which each player must outwit his opponents.
|
||||
|
||||
## Name
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# offset image lesson
|
||||
|
||||
shift an image horizontally across the display with offset #offset #image #docs
|
||||
shift an image horizontally across the display with offset.
|
||||
|
||||
### @video td/videos/offset-image-0
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# landslide challenges
|
||||
|
||||
The on fall function. #onfall #docs
|
||||
The on fall function.
|
||||
|
||||
### Challenge 0
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# ornament chain activity
|
||||
|
||||
build a telgraph #microbit #docs
|
||||
build a telgraph.
|
||||
|
||||
# Ornament Chain Activity
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# pong lesson
|
||||
|
||||
code your own game of Pong on the micro:bit #data #assignment #on-button-pressed #if # #function #data #forever #var #button #if #assignment #pause #string #number #docs
|
||||
code your own game of Pong on the micro:bit. #.
|
||||
|
||||
### @video td/videos/pong-0
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# pong activity
|
||||
|
||||
Building a game of pong with sprites. #docs #lessons #pong
|
||||
Building a game of pong with sprites.
|
||||
|
||||
### ~avatar avatar
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# pong quiz answers
|
||||
|
||||
create the game Pong #LED #number #math #acceleration #docs
|
||||
create the game Pong.
|
||||
|
||||
## Name
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# pong quiz
|
||||
|
||||
create the game Pong #LED #number #math #acceleration #docs
|
||||
create the game Pong.
|
||||
|
||||
## Name
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# rock paper scissors lesson
|
||||
|
||||
a game against the BBC micro:bit #var #image #button #string #number #docs
|
||||
a game against the BBC micro:bit.
|
||||
|
||||
### @video td/videos/rock-paper-scissors-0
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# rotating animation
|
||||
|
||||
Create a rotating image with a while loop. #docs #for #LED
|
||||
Create a rotating image with a while loop.
|
||||
|
||||
### @video vimeo/134323475
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# rotating animation lesson plan
|
||||
|
||||
Learn how to create images with a global variable and while loop. #LED #screen #plot #docs
|
||||
Learn how to create images with a global variable and while loop.
|
||||
|
||||
### @video vimeo/134323475
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# rotating animation quiz
|
||||
|
||||
Learn how to create a rotating image with a while loop. #image #loop #while #docs
|
||||
Learn how to create a rotating image with a while loop.
|
||||
|
||||
## Name
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# rotation animation lesson
|
||||
|
||||
Learn how to create images with a global variable and while loop. #LED #screen #plot #docs
|
||||
Learn how to create images with a global variable and while loop.
|
||||
|
||||
## Topic
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# rotation animation lesson plan
|
||||
|
||||
Learn how to create images with a global variable and while loop. #LED #screen #plot #docs
|
||||
Learn how to create images with a global variable and while loop.
|
||||
|
||||
### @video vimeo/134323475
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# runaway pacman lessons
|
||||
|
||||
make a game to test hand-eye coordination #docs #functions #var
|
||||
make a game to test hand-eye coordination.
|
||||
|
||||
Make a game to test hand-eye coordination
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# runaway pacman quiz answers
|
||||
|
||||
create a game that is inspired by the classic arcade game Pac Man #LED #number #math #acceleration #docs
|
||||
create a game that is inspired by the classic arcade game Pac Man.
|
||||
|
||||
## Name
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user