From 5ad610d556cd58737265e59ecbc1cf6dd336fd31 Mon Sep 17 00:00:00 2001 From: Cyrus Ngan Date: Wed, 8 Jan 2020 14:59:08 +0800 Subject: [PATCH 01/15] Rename README.md to docs/flappy_duck_tutorial.md --- README.md => docs/flappy_duck_tutorial.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename README.md => docs/flappy_duck_tutorial.md (100%) diff --git a/README.md b/docs/flappy_duck_tutorial.md similarity index 100% rename from README.md rename to docs/flappy_duck_tutorial.md From 56e22c2442ec04f47cddaa9d79dc69ad3dff5b20 Mon Sep 17 00:00:00 2001 From: Cyrus Ngan Date: Wed, 8 Jan 2020 15:00:18 +0800 Subject: [PATCH 02/15] Rename docs/flappy_duck_tutorial.md to docs/tutorials/flappy_duck_tutorial.md --- docs/{ => tutorials}/flappy_duck_tutorial.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename docs/{ => tutorials}/flappy_duck_tutorial.md (100%) diff --git a/docs/flappy_duck_tutorial.md b/docs/tutorials/flappy_duck_tutorial.md similarity index 100% rename from docs/flappy_duck_tutorial.md rename to docs/tutorials/flappy_duck_tutorial.md From 2ae77bd46905ddadaa4d2bd9e7559f8824fe7baa Mon Sep 17 00:00:00 2001 From: Cyrus Ngan Date: Wed, 8 Jan 2020 15:09:20 +0800 Subject: [PATCH 03/15] Update pxt.json --- pxt.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pxt.json b/pxt.json index c0e256f..ad1ae94 100644 --- a/pxt.json +++ b/pxt.json @@ -7,7 +7,8 @@ "files": [ "main.blocks", "main.ts", - "README.md" + "README.md", + "docs/tutorials/flappy_duck_tutorial.md" ], "preferredEditor": "blocksprj" -} \ No newline at end of file +} From 567ed5e5a3bfd0f1714ccbcb62fbf1fd8c762c6a Mon Sep 17 00:00:00 2001 From: Cyrus Ngan Date: Wed, 8 Jan 2020 15:15:02 +0800 Subject: [PATCH 04/15] Update pxt.json --- pxt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pxt.json b/pxt.json index ad1ae94..35f70af 100644 --- a/pxt.json +++ b/pxt.json @@ -8,7 +8,7 @@ "main.blocks", "main.ts", "README.md", - "docs/tutorials/flappy_duck_tutorial.md" + "flappy_duck_tutorial.md" ], "preferredEditor": "blocksprj" } From 1389ad8e460b0d5a70684e1bccc1699fab6aca99 Mon Sep 17 00:00:00 2001 From: Cyrus Ngan Date: Wed, 8 Jan 2020 15:15:16 +0800 Subject: [PATCH 05/15] Delete .header.json --- .header.json | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .header.json diff --git a/.header.json b/.header.json deleted file mode 100644 index f11750d..0000000 --- a/.header.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "name": "Flappy Duck Tutorial", - "meta": {}, - "editor": "blocksprj", - "pubId": "", - "pubCurrent": false, - "target": "arcade", - "targetVersion": "0.13.6", - "id": "d8b2d48b-3185-4a04-5912-cc2eef778b0a", - "recentUse": 1563531658, - "modificationTime": 1563531658, - "path": "flappy-duck-tutorial", - "blobCurrent": false, - "saveId": null, - "githubCurrent": false -} \ No newline at end of file From 587ddf2274745e0ceba449966dcf88b34e05252e Mon Sep 17 00:00:00 2001 From: Cyrus Ngan Date: Wed, 8 Jan 2020 15:16:58 +0800 Subject: [PATCH 06/15] Rename docs/tutorials/flappy_duck_tutorial.md to flappy_duck_tutorial.md --- docs/tutorials/flappy_duck_tutorial.md => flappy_duck_tutorial.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename docs/tutorials/flappy_duck_tutorial.md => flappy_duck_tutorial.md (100%) diff --git a/docs/tutorials/flappy_duck_tutorial.md b/flappy_duck_tutorial.md similarity index 100% rename from docs/tutorials/flappy_duck_tutorial.md rename to flappy_duck_tutorial.md From 529e43d72f399647e2a31adbafb83626d59f3081 Mon Sep 17 00:00:00 2001 From: Cyrus Ngan Date: Wed, 8 Jan 2020 15:17:30 +0800 Subject: [PATCH 07/15] Update main.ts --- main.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/main.ts b/main.ts index e69de29..d3f5a12 100644 --- a/main.ts +++ b/main.ts @@ -0,0 +1 @@ + From 2a8ba8ff9b12683a763dbfddaa4f4e6029bf79da Mon Sep 17 00:00:00 2001 From: Cyrus Ngan Date: Wed, 8 Jan 2020 15:18:19 +0800 Subject: [PATCH 08/15] Rename flappy_duck_tutorial.md to README.md --- flappy_duck_tutorial.md => README.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename flappy_duck_tutorial.md => README.md (100%) diff --git a/flappy_duck_tutorial.md b/README.md similarity index 100% rename from flappy_duck_tutorial.md rename to README.md From 5a72cf7cc2095c6ead37d2c0dcff7496a2785e16 Mon Sep 17 00:00:00 2001 From: Cyrus Ngan Date: Wed, 8 Jan 2020 15:19:56 +0800 Subject: [PATCH 09/15] Update pxt.json --- pxt.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pxt.json b/pxt.json index 35f70af..488e003 100644 --- a/pxt.json +++ b/pxt.json @@ -7,8 +7,7 @@ "files": [ "main.blocks", "main.ts", - "README.md", - "flappy_duck_tutorial.md" + "README.md" ], "preferredEditor": "blocksprj" } From 1c439966e9657c14f31d43137fb0fdd439ff801c Mon Sep 17 00:00:00 2001 From: Cyrus Ngan Date: Wed, 8 Jan 2020 15:22:41 +0800 Subject: [PATCH 10/15] Delete main.ts --- main.ts | 1 - 1 file changed, 1 deletion(-) delete mode 100644 main.ts diff --git a/main.ts b/main.ts deleted file mode 100644 index d3f5a12..0000000 --- a/main.ts +++ /dev/null @@ -1 +0,0 @@ - From f48f501ade48abc2e3ded091ee3d7bc5e2ef245b Mon Sep 17 00:00:00 2001 From: Cyrus Ngan Date: Wed, 8 Jan 2020 15:22:51 +0800 Subject: [PATCH 11/15] Delete main.blocks --- main.blocks | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 main.blocks diff --git a/main.blocks b/main.blocks deleted file mode 100644 index 747b59c..0000000 --- a/main.blocks +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file From 163d95458b2a222fdf1356089415d1639ecc30f0 Mon Sep 17 00:00:00 2001 From: Cyrus Ngan Date: Wed, 8 Jan 2020 15:23:03 +0800 Subject: [PATCH 12/15] Delete pxt.json --- pxt.json | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 pxt.json diff --git a/pxt.json b/pxt.json deleted file mode 100644 index 488e003..0000000 --- a/pxt.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "name": "Flappy Duck Tutorial", - "dependencies": { - "device": "*" - }, - "description": "", - "files": [ - "main.blocks", - "main.ts", - "README.md" - ], - "preferredEditor": "blocksprj" -} From 0d81d4639bc12519b9e7d9340de514dc13e910b7 Mon Sep 17 00:00:00 2001 From: Cyrus Ngan Date: Wed, 8 Jan 2020 18:01:06 +0800 Subject: [PATCH 13/15] Create main.ts --- main.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 main.ts diff --git a/main.ts b/main.ts new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/main.ts @@ -0,0 +1 @@ + From 06992ba42eed2a38a96898ce97c3fae55e4169bc Mon Sep 17 00:00:00 2001 From: Cyrus Ngan Date: Wed, 8 Jan 2020 18:01:19 +0800 Subject: [PATCH 14/15] Create pxt.json --- pxt.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 pxt.json diff --git a/pxt.json b/pxt.json new file mode 100644 index 0000000..1330032 --- /dev/null +++ b/pxt.json @@ -0,0 +1,17 @@ +{ + "name": "flappy_duck_tutorial", + "dependencies": { + "device": "*" + }, + "description": "", + "files": [ + "main.blocks", + "main.ts", + "README.md" + ], + "preferredEditor": "tsprj", + "targetVersions": { + "target": "0.16.2", + "pxt": "5.31.8" + } +} From cc25cd15b81ff38728f8a006bcf62eeb864d9b4e Mon Sep 17 00:00:00 2001 From: Cyrus Ngan Date: Wed, 8 Jan 2020 18:01:45 +0800 Subject: [PATCH 15/15] Create main.blocks --- main.blocks | 1 + 1 file changed, 1 insertion(+) create mode 100644 main.blocks diff --git a/main.blocks b/main.blocks new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/main.blocks @@ -0,0 +1 @@ +