From 1c6374d08373e5b4cfa137fc0f7776ae39a23743 Mon Sep 17 00:00:00 2001 From: kranthi2324 Date: Wed, 24 Feb 2016 10:24:13 -0800 Subject: [PATCH 1/3] Rename inde.html to index.html --- 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 ea9eb4c5b4e8d71863aef8a108239a7db4b483c6 Mon Sep 17 00:00:00 2001 From: kranthi2324 Date: Wed, 24 Feb 2016 10:26:45 -0800 Subject: [PATCH 2/3] Update index.html --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index a42c9ee..62f0e54 100644 --- a/index.html +++ b/index.html @@ -112,13 +112,13 @@ // //------------------------------------------------------------------------- - var i = { size: 4, blocks: [0x0F00, 0x2222, 0x00F0, 0x4444], color: 'cyan' }; + var i = { size: 4, blocks: [0x0F00, 0x2222, 0x00F0, 0x4444], color: 'gray' }; var j = { size: 3, blocks: [0x44C0, 0x8E00, 0x6440, 0x0E20], color: 'blue' }; var l = { size: 3, blocks: [0x4460, 0x0E80, 0xC440, 0x2E00], color: 'orange' }; - var o = { size: 2, blocks: [0xCC00, 0xCC00, 0xCC00, 0xCC00], color: 'yellow' }; - var s = { size: 3, blocks: [0x06C0, 0x8C40, 0x6C00, 0x4620], color: 'green' }; - var t = { size: 3, blocks: [0x0E40, 0x4C40, 0x4E00, 0x4640], color: 'purple' }; - var z = { size: 3, blocks: [0x0C60, 0x4C80, 0xC600, 0x2640], color: 'red' }; + var o = { size: 2, blocks: [0xCC00, 0xCC00, 0xCC00, 0xCC00], color: 'red' }; + var s = { size: 3, blocks: [0x06C0, 0x8C40, 0x6C00, 0x4620], color: 'purple' }; + var t = { size: 3, blocks: [0x0E40, 0x4C40, 0x4E00, 0x4640], color: 'black' }; + var z = { size: 3, blocks: [0x0C60, 0x4C80, 0xC600, 0x2640], color: 'green' }; //------------------------------------------------ // do the bit manipulation and iterate through each From d8da34109432bff961abb898c35b366549da7571 Mon Sep 17 00:00:00 2001 From: kranthi2324 Date: Wed, 24 Feb 2016 10:27:54 -0800 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 fe44bd3..abf97f1 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://kranthi2324.github.io/github-games/ >> _*SUPPORTED BROWSERS*: Chrome, Firefox, Safari, Opera and IE9+_