removing hashtags from docs

This commit is contained in:
Peli de Halleux
2016-04-01 16:22:47 -07:00
parent 64eec2875b
commit 9f4a121829
268 changed files with 268 additions and 274 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1,6 +1,6 @@
# zoomer challenges
The acceleration function. #acceleration #docs #input
The acceleration function.
**Challenge 0**

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1,6 +1,6 @@
# blink challenges
Coding challenges for the blink tutorial #docs #challenges
Coding challenges for the blink tutorial.
## Before we get started

View File

@ -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

View File

@ -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

View File

@ -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).

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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)

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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).

View File

@ -1,6 +1,6 @@
# flipping bird quiz
use modulo with a conditional #mod #shake #variables #docs #input #mod
use modulo with a conditional.
## Name

View File

@ -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

View File

@ -1,6 +1,6 @@
# glowing sword lesson
make a glowing sword #image #docs
make a glowing sword.
### @video td/videos/glowing-sword-0

View File

@ -1,6 +1,6 @@
# glowing sword activity
Make glowing sword. #docs #microbit
Make glowing sword.
### ~avatar avatar

View File

@ -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).

View File

@ -1,6 +1,6 @@
# glowing sword quiz
make a glowing sword. #LED #image #fade #docs
make a glowing sword.
## Name

View File

@ -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

View File

@ -1,6 +1,6 @@
# guess the number activity
guess the number with math random. #microbit #docs
guess the number with math random.
### ~avatar avatar

View File

@ -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

View File

@ -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

View File

@ -1,6 +1,6 @@
# hack your headphones activity
hack your headphones #microbit #docs
hack your headphones.
# BBC micro:bit music

View File

@ -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

View File

@ -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).

View File

@ -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

View File

@ -1,6 +1,6 @@
# landslide challenges
Coding challenges for the landslide tutorial. #onfall #docs
Coding challenges for the landslide tutorial.
### ~avatar avatar fail

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1,6 +1,6 @@
# looper lesson
Learn to control blinking LEDs. #LED #screen #for #docs
Learn to control blinking LEDs.
### @video vimeo/134453504

View File

@ -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

View File

@ -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).

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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).

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1,6 +1,6 @@
# meteorite quiz answers
create the game meteorite #LED #number #math #acceleration #docs
create the game meteorite.
## Name

View File

@ -1,6 +1,6 @@
# meteorite quiz
create the game meteorite #LED #number #math #acceleration #docs
create the game meteorite.
## Name

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1,6 +1,6 @@
# landslide challenges
The on fall function. #onfall #docs
The on fall function.
### Challenge 0

View File

@ -1,6 +1,6 @@
# ornament chain activity
build a telgraph #microbit #docs
build a telgraph.
# Ornament Chain Activity

View File

@ -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

View File

@ -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

View File

@ -1,6 +1,6 @@
# pong quiz answers
create the game Pong #LED #number #math #acceleration #docs
create the game Pong.
## Name

View File

@ -1,6 +1,6 @@
# pong quiz
create the game Pong #LED #number #math #acceleration #docs
create the game Pong.
## Name

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1,6 +1,6 @@
# runaway pacman quiz
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

View File

@ -1,6 +1,6 @@
# screen up and down challenges
The on screen up function. #onscreenup #docs
The on screen up function.
**Challenge 0**

View File

@ -1,6 +1,6 @@
# screen wipe lesson
clear the screen by pressing button "A" #button #clear #docs
clear the screen by pressing button "A".
### @video td/videos/screen-wipe-0

View File

@ -1,6 +1,6 @@
# screen wipe activity
Clear the screen by pressing buttons on the BBC micro:bit #docs #tutorials #stepByStep
Clear the screen by pressing buttons on the BBC micro:bit.
### ~avatar avatar

View File

@ -1,6 +1,6 @@
# screen wipe quiz answers
clear the screen by pressing the "A" button after an animation has been played #LED #screen #variables #docs
clear the screen by pressing the "A" button after an animation has been played.
This is the answer key for the [screen wipe quiz](/microbit/lessons/screen-wipe/quiz).

View File

@ -1,6 +1,6 @@
# screen wipe quiz
clear the screen by pressing the "A" button after an animation has been played #LED #screen #variables #docs #button
clear the screen by pressing the "A" button after an animation has been played.
## Name

View File

@ -1,6 +1,6 @@
# smiley activity
Learn to design a blinking image. #docs #microbit
Learn to design a blinking image.
### ~avatar avatar

View File

@ -1,6 +1,4 @@
# smiley quiz answers
#LED #screen #animation #docs
# smiley quiz answers.
This is the answer key for the [smiley quiz](/microbit/lessons/smiley/quiz).

View File

@ -1,6 +1,6 @@
# smiley quiz
make a smiley face blink #LED #screen #animation #docs
make a smiley face blink.
## Name

View File

@ -1,6 +1,6 @@
# snowflake fall lesson
design a blinking rectangle animation #animation #loop #forever #docs
design a blinking rectangle animation.
### @video td/videos/snowflake-fall-0

View File

@ -1,6 +1,6 @@
# snowflake fall activity
design a blinking rectangle animation. #docs #tutorials #stepByStep
design a blinking rectangle animation.
### ~avatar avatar

View File

@ -1,6 +1,6 @@
# snowflake fall quiz answers
create a snowflake fall animation #animation#forever #docs
create a snowflake fall animation.
## Name

View File

@ -1,6 +1,6 @@
# snowflake fall quiz answers
create a snowflake fall animation #animation#forever #docs
create a snowflake fall animation.
This is the answer key for the [snowflake fall quiz](/microbit/lessons/snowflake-fall/quiz).

View File

@ -1,6 +1,6 @@
# snowflake fall quiz
create a snowflake fall animation #animation#forever #docs
create a snowflake fall animation.
## Name

View File

@ -1,6 +1,6 @@
# spinner lesson
a spin the BBC micro:bit game with the input on shake #button #pressed #math #random #var #string #if #docs
a spin the BBC micro:bit game with the input on shake.
## Topic

View File

@ -1,6 +1,6 @@
# strobe light lesson
Learn how to create a blinking LED script. #LED #screen #plot #docs
Learn how to create a blinking LED script.
### @video td/videos/strobe-light-0

View File

@ -1,6 +1,6 @@
# strobe light lesson plan
Learn how to create a blinking LED script. #LED #screen #plot #docs
Learn how to create a blinking LED script.
## Topic

View File

@ -1,6 +1,6 @@
# Teach
Overview of Touch Develop lesson instructions for the BBC micro:bit. #docs #contents
Overview of Touch Develop lesson instructions for the BBC micro:bit.
### @short Teach

View File

@ -1,6 +1,6 @@
# telegraph lesson
display beautiful images on the BBC micro:bit #var #pause #docs
display beautiful images on the BBC micro:bit.
## Topic

View File

@ -1,6 +1,6 @@
# telegraph activity
build a telgraph #microbit #docs
build a telgraph.
# BBC micro:bit telegraph

View File

@ -1,6 +1,6 @@
# temperature lesson
measure the temperature on the BBC micro:bit #temp #var #docs
measure the temperature on the BBC micro:bit.
## Topic

Some files were not shown because too many files have changed in this diff Show More