Skip to content
Snippets Groups Projects
Verified Commit a8cfb4dc authored by ja3-saxby's avatar ja3-saxby
Browse files

Added play instructions

parent 48adf7c6
No related branches found
No related tags found
No related merge requests found
# UFCFVK-15-2 - Internet of things - Challenge 1
### UFCFVK-15-2 - Internet of things - Challenge 1
# Blocks
My submission for Coursework Challenge 1 for the UWE Internet of Things Module
\ No newline at end of file
_A clone of a well-known computer game, written in C++ for the **BBC micro:bit**_
Shift and rotate the descending shapes to stack them up and try to line the blocks up in a row to stop the stack reaching the top of the screen!
## Build Instructions
...
## How to Play
Blocks descend from the top to the bottom of the screen, one by one.
Blocks stack up gradually until there is no space left on the screen. The game is over when there is not enough space for the next block.
The aim of the game is to prevent this from happening for as long as possible by careful arrangement of the blocks as they descend, shifting and rotating them as required.
If any row of the screen is completely filled end-to-end with blocks, then this row is erased and all blocks above them descend downwards. Bonus points are awarded when this happens.
Points are also awarded for every block that is stacked successfully.
### Controls
- Shift the current block left or right by **tilting** the _micro:bit_ left or right.
- Rotate the block anti-clockwise by pressing **button A**, or rotate it clockwise by pressing **button B**.
When game over occurs, the player's score is displayed.
_The game then starts again immediately._
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment