From d391728383d0610c49357b79039a71e58bcde510 Mon Sep 17 00:00:00 2001 From: "M.H.Mohapatra" Date: Tue, 25 Oct 2016 16:00:02 -0400 Subject: [PATCH 1/4] Changed URL to mhmohapatra --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe44bd3..799b40b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A project based learning activity for people who are getting started with Git and GitHub. -You can play the game at: http://githubschool.github.io/github-games/ +You can play the game at: http://mhmohapatra.github.io/github-games/ >> _*SUPPORTED BROWSERS*: Chrome, Firefox, Safari, Opera and IE9+_ From 8c07ead5c8fc8c708cd8d3d41a9645a4ea17be23 Mon Sep 17 00:00:00 2001 From: "M.H.Mohapatra" Date: Tue, 25 Oct 2016 16:21:15 -0400 Subject: [PATCH 2/4] Revert "change index.html to inde.html" This reverts commit 2710412040512a0f05dae7be3e89972946307864. --- inde.html => index.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename inde.html => index.html (100%) diff --git a/inde.html b/index.html similarity index 100% rename from inde.html rename to index.html From c32f9e153ba2cc28a6ea6d136d8bbc4f3f98eaf8 Mon Sep 17 00:00:00 2001 From: "M.H.Mohapatra" Date: Wed, 26 Oct 2016 11:21:55 -0400 Subject: [PATCH 3/4] Updated Speed to 0.9 at line 78. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index d4f93ab..fe81235 100644 --- a/index.html +++ b/index.html @@ -75,7 +75,7 @@ ctx = canvas.getContext('2d'), ucanvas = get('upcoming'), uctx = ucanvas.getContext('2d'), - speed = { start: 0.6, decrement: 0.005, min: 0.1 }, // how long before piece drops by 1 row (seconds) + speed = { start: 0.9, decrement: 0.005, min: 0.1 }, // how long before piece drops by 1 row (seconds) nx = 10, // width of tetris court (in blocks) ny = 20, // height of tetris court (in blocks) nu = 5; // width/height of upcoming preview (in blocks) From 837f9f6125fffbf5549774c880afca10dda8f0a1 Mon Sep 17 00:00:00 2001 From: "M.H.Mohapatra" Date: Wed, 26 Oct 2016 11:30:58 -0400 Subject: [PATCH 4/4] Changed SPeed to 0.3. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 34de241..c50aa50 100644 --- a/index.html +++ b/index.html @@ -79,7 +79,7 @@ ctx = canvas.getContext('2d'), ucanvas = get('upcoming'), uctx = ucanvas.getContext('2d'), - speed = { start: 0.9, decrement: 0.005, min: 0.1 }, // how long before piece drops by 1 row (seconds) + speed = { start: 0.3, decrement: 0.005, min: 0.1 }, // how long before piece drops by 1 row (seconds) nx = 10, // width of tetris court (in blocks) ny = 20, // height of tetris court (in blocks) nu = 5; // width/height of upcoming preview (in blocks)