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+_ diff --git a/inde.html b/index.html similarity index 99% rename from inde.html rename to index.html index a42c9ee..62f0e54 100644 --- a/inde.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