From 8b8e5f227516e49b8bd72fdaaa09778714dc4f05 Mon Sep 17 00:00:00 2001 From: sahrun Date: Thu, 18 Jun 2020 23:10:49 +0530 Subject: [PATCH 1/3] changed title and added README file --- Lesson-1.html | 2 +- Lesson-2.html | 2 +- Lesson-3.html | 2 +- Lesson-4.html | 2 +- README.MD | 3 +++ 5 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 README.MD diff --git a/Lesson-1.html b/Lesson-1.html index a91b622..820ba64 100644 --- a/Lesson-1.html +++ b/Lesson-1.html @@ -6,7 +6,7 @@ - Snake Game-Phaser + Snake Game-Phaser | Lesson 1 diff --git a/Lesson-2.html b/Lesson-2.html index 65fc7cc..abf2184 100644 --- a/Lesson-2.html +++ b/Lesson-2.html @@ -6,7 +6,7 @@ - Snake Game-Phaser + Snake Game-Phaser | Lesson 2 diff --git a/Lesson-3.html b/Lesson-3.html index e9769e8..d1463f6 100644 --- a/Lesson-3.html +++ b/Lesson-3.html @@ -6,7 +6,7 @@ - Snake Game-Phaser + Snake Game-Phaser | Lesson 3 diff --git a/Lesson-4.html b/Lesson-4.html index 524682d..6f86903 100644 --- a/Lesson-4.html +++ b/Lesson-4.html @@ -6,7 +6,7 @@ - Snake Game-Phaser + Snake Game-Phaser | Lesson 4 diff --git a/README.MD b/README.MD new file mode 100644 index 0000000..9ca06fa --- /dev/null +++ b/README.MD @@ -0,0 +1,3 @@ +# HTML 5 based Game Development +Snake Game +open index.html \ No newline at end of file From 6edd2552e2e280df507fa068eef21b6d3d598991 Mon Sep 17 00:00:00 2001 From: sharun k k Date: Mon, 6 Jul 2020 21:44:24 +0530 Subject: [PATCH 2/3] updated README updated readme --- README.MD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 9ca06fa..16b19db 100644 --- a/README.MD +++ b/README.MD @@ -1,3 +1,7 @@ # HTML 5 based Game Development Snake Game -open index.html \ No newline at end of file +open index.html +## what is it +This is a simple tutorial for HTML5 based game development. +Learn game developent your own. +Follow the steps From df7f76d1c758f5c0fb000b05f7f550f9704a81ae Mon Sep 17 00:00:00 2001 From: sharun k k Date: Mon, 6 Jul 2020 21:44:36 +0530 Subject: [PATCH 3/3] Update README.MD --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 16b19db..799e8c8 100644 --- a/README.MD +++ b/README.MD @@ -1,7 +1,7 @@ # HTML 5 based Game Development Snake Game open index.html -## what is it +## what is it ? This is a simple tutorial for HTML5 based game development. Learn game developent your own. Follow the steps