👨🏽💻Simple Simon Says
· 1 min read
The game Simon in the late 70s was maybe the first “computer” game I played. Well, perhaps it was a real computer. I was just a kid, but the game always stayed with me. In my mind, that is. The game was from a friend, and we played it for ages.
Now with the Micro:bit I wanted to revive this memory and use the Micro:bit as a vehicle to get this to life again. Below is my make code attempt. I used a Micro:bit version2 for this.
This Simon listens to Button A, Button B, Button C (the touch sensitive logo), Button D (= Button A+B).
It was fun to create and a good way to set me off with the possibilities of the Micro:bit…
To edit this repository in MakeCode:
- open https://makecode.microbit.org/
- Click Import and select Import URL
- paste https://github.com/marc0janssen/simple-simon-says
- select import