From c0f4cb1e0247cd5a261f0cd305ad2254e4e28a81 Mon Sep 17 00:00:00 2001 From: Alan Wang <44191076+alankrantas@users.noreply.github.com> Date: Sat, 24 Apr 2021 18:13:43 +0800 Subject: [PATCH] Create readme.md --- simon_game/readme.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 simon_game/readme.md diff --git a/simon_game/readme.md b/simon_game/readme.md new file mode 100644 index 0000000..149009d --- /dev/null +++ b/simon_game/readme.md @@ -0,0 +1,3 @@ +## Simon Game for BBC micro:bit V2 + +The game is inspired by [Simon electronic games](https://en.wikipedia.org/wiki/Simon_(game)) and is written in MicroPython.