pxt-calliope/docs/reference/js/games.md
2016-03-25 16:47:20 -07:00

90 lines
4.9 KiB
Markdown

# Game Tutorials
Overview of Games for the BBC micro:bit. #docs #contents
### @short Games
### ~column
## Beginner Games
* [The Watch](/microbit/lessons/the-watch/activity), design and create The Watch
* [Banana Keyboard](/microbit/lessons/banana-keyboard), create music with fruits
### ~hide
* [Smiley,](/microbit/lessons/smiley) smiley and frowney with show animation
* [Lucky 7](/microbit/lessons/lucky-7), show a number on the LED screen with show number
* [Snowflake fall](/microbit/lessons/snowflake-fall), repeat an animation with forever
* [Answering machine](/microbit/lessons/answering-machine), show a text message with show string
* [Bounce image](/microbit/lessons/bounce-image), scroll an image across the screen on shake
* [Magic logo](/microbit/lessons/magic-logo), show an image on logo up
* [Screen wipe](/microbit/lessons/screen-wipe), turn off the LEDs with clear screen
* [Blink](/microbit/lessons/blink), turn an LED on and off with plot
* [Flashing heart](/microbit/lessons/flashing-heart/tutorial), display images with a pause
### ~
* [Night light](/microbit/lessons/night-light/tutorial), dim the LEDs with set brightness
* [Glowing sword](/microbit/lessons/glowing-sword/tutorial), make a glowing sword with fade in and fade out
* [Guess the number](/microbit/lessons/guess-the-number/tutorial), guess a random number with random
* [Rock paper scissors](/microbit/lessons/rock-paper-scissors/tutorial), use image offsets with local variables
* [Counter](/microbit/lessons/counter/tutorial), display a number with a variable
* [Love meter](/microbit/lessons/love-meter/tutorial), create a love meter with on pin pressed
### ~column
## Intermediate Games
* [Truth or dare](/microbit/lessons/truth-or-dare/tutorial), a game that forces each player to reveal a secret or do something funny with if statement
* [Spinner](/microbit/lessons/spinner/tutorial), spin the arrow with multiple if statements
* [Die roll](/microbit/lessons/die-roll/tutorial), spin with more if statements
* [Looper](/microbit/lessons/looper/tutorial), display a series of numbers with a for loop index
* [Strobe light](/microbit/lessons/strobe-light/tutorial), develop shapes with a nested for loops
* [Digi yoyo](/microbit/lessons/digi-yoyo/tutorial), create a counter with a while loop
* [Magic 8](/microbit/lessons/magic-8/tutorial), a fortune teller game with the BBC micro:bit
* [Compass](/microbit/lessons/compass/tutorial), displays the direction the BBC micro:bit is pointing
* [Speed button](/microbit/lessons/speed-button/tutorial), code a speed game with running time
### ~hide
* [Zoomer](/microbit/lessons/zoomer/tutorial), measure the force with acceleration
* [Rotation animation](/microbit/lessons/rotation-animation/tutorial), control an animation with a boolean variable
* [Offset image](/microbit/lessons/offset-image/tutorial), shift an image horizontally with image offset
### ~
### ~column
## Advanced Games
### ~hide
* [Digital pet](/microbit/lessons/digital-pet/tutorial), a display of pet images with sub-functions
* [Jailbreak](/microbit/lessons/jailbreak/tutorial), break out of a counting loop by pressing button "A"
* [Transformers](/microbit/lessons/transformers/tutorial), use functions to return values
* [Flipping bird](/microbit/lessons/flipping-bird/tutorial), use modulo with a conditional
### ~
* [Catch the egg](/microbit/lessons/catch-the-egg-game/tutorial), catch falling eggs in a basket with an acceleration controller
* [Headbands](/microbit/lessons/headbands/tutorial), create a charades game with a collection of strings that hold the words
* [Pong](/microbit/lessons/pong/tutorial), a light bouncing from left to right
* [Meteorite](/microbit/lessons/meteorite/tutorial), a game where meteorites are coming for you one by one
* [Minesweeper](/microbit/lessons/minesweeper/tutorial), make a game to test your memory for placing a LED mine then finding the hidden LED mine
* [Bop it](/microbit/lessons/bop-it/tutorial), a game where you have to keep up with the commands
* [Letter Up](/microbit/lessons/letter-up/tutorial), a guessing game with string operators with string at
* [Prank WiFi](/microbit/lessons/prank-wifi/tutorial), create fake WiFi to trick your friends
* [Runaway pac man](/microbit/lessons/runaway-pacman/tutorial), construct the game pac man with the BBC micro:bit
* [The hat game](/microbit/lessons/the-hat-game/tutorial), make a game to test your focus on the moving ball
* [2 player pong](/microbit/lessons/2-player-pong/tutorial), collaborate with a classmate to develop Pong on multiple BBC micro:bits
### ~hide
* [Glowing pendulum](/microbit/lessons/glowing-pendulum/tutorial), construct a pendulum that glows using acceleration
* [Line of Fire](/microbit/lessons/line-of-fire/tutorial), make a game to test hand-eye coordination
* [Number psych](/microbit/lessons/number-psych/tutorial), collaborate with multiple classmates to develop a game on multiple BBC micro:bits and a breadboard
### ~