Project goal | Get started with python and micro:bit by creating a Rock-Paper-Scissors game |
---|---|
What you’ll learn | Basic programming concepts (variables, functions, if statements, lists) |
Tools you’ll need | A modern browser |
Time needed to complete | 1 hour |
In the first part of the project you will build a simple Rock-Paper-Scissors game using Python and micro:bit. You can find the final project at Microsoft Make Code and you can download the code from this GitHub repository.
In the second part of the project you will improve the Rock-Paper-Scissors game, that you have already made, by creating variables for storing the current game round and players’ score. You can find the final project at Microsoft Make Code and you can download the code from this GitHub repository.