sfoteini / rock-paper-scissors-microbit

How to create a Rock-Paper-Scissors game using Python 🐍 and BBC micro:bit

Home Page:https://sfoteini.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rock, Paper, Scissors icons on microbit

Create a Rock-Paper-Scissors game with Python and micro:bit

Foteini Savvidou's Blog Dev.To


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

What You'll Build

Part 1

Tutorial Demo Source code

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.

Part 2

Tutorial Demo Source code

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.

About

How to create a Rock-Paper-Scissors game using Python 🐍 and BBC micro:bit

https://sfoteini.github.io

License:MIT License


Languages

Language:Python 100.0%