From 82cfc36fd855e30604280c0ba20e6f16d2e79cc3 Mon Sep 17 00:00:00 2001 From: GitHub Teacher Date: Tue, 21 Mar 2017 13:14:52 -0400 Subject: [PATCH 1/3] Random colors for the shapes --- inde.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/inde.html b/inde.html index a42c9ee..fdd9c0b 100644 --- a/inde.html +++ b/inde.html @@ -112,13 +112,13 @@ // //------------------------------------------------------------------------- - var i = { size: 4, blocks: [0x0F00, 0x2222, 0x00F0, 0x4444], color: 'cyan' }; - 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 i = { size: 4, blocks: [0x0F00, 0x2222, 0x00F0, 0x4444], color: 'red' }; + var j = { size: 3, blocks: [0x44C0, 0x8E00, 0x6440, 0x0E20], color: 'yellow' }; + var l = { size: 3, blocks: [0x4460, 0x0E80, 0xC440, 0x2E00], color: 'red' }; + var o = { size: 2, blocks: [0xCC00, 0xCC00, 0xCC00, 0xCC00], color: 'pink' }; + var s = { size: 3, blocks: [0x06C0, 0x8C40, 0x6C00, 0x4620], color: 'blue' }; + var t = { size: 3, blocks: [0x0E40, 0x4C40, 0x4E00, 0x4640], color: 'yellow' }; + var z = { size: 3, blocks: [0x0C60, 0x4C80, 0xC600, 0x2640], color: 'green' }; //------------------------------------------------ // do the bit manipulation and iterate through each From a74453f5aa21219e4ac799c69ddcb6863f9f3a6d Mon Sep 17 00:00:00 2001 From: Pronay Kumar Das Date: Thu, 23 Mar 2017 08:41:48 +0600 Subject: [PATCH 2/3] line 115 color : black --- inde.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inde.html b/inde.html index fdd9c0b..719204e 100644 --- a/inde.html +++ b/inde.html @@ -112,7 +112,7 @@ // //------------------------------------------------------------------------- - var i = { size: 4, blocks: [0x0F00, 0x2222, 0x00F0, 0x4444], color: 'red' }; + var i = { size: 4, blocks: [0x0F00, 0x2222, 0x00F0, 0x4444], color: 'black' }; var j = { size: 3, blocks: [0x44C0, 0x8E00, 0x6440, 0x0E20], color: 'yellow' }; var l = { size: 3, blocks: [0x4460, 0x0E80, 0xC440, 0x2E00], color: 'red' }; var o = { size: 2, blocks: [0xCC00, 0xCC00, 0xCC00, 0xCC00], color: 'pink' }; From 27203472bec109530760a1dc531e09bfd10f68f6 Mon Sep 17 00:00:00 2001 From: Pronay Kumar Das Date: Thu, 23 Mar 2017 10:14:07 +0600 Subject: [PATCH 3/3] 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