diff --git a/CNAME b/CNAME
deleted file mode 100644
index f4dc716..0000000
--- a/CNAME
+++ /dev/null
@@ -1 +0,0 @@
-hextris.io
diff --git a/README.md b/README.md
index 8f09306..7842797 100644
--- a/README.md
+++ b/README.md
@@ -1,24 +1,25 @@
Hextris
==========
-Contributors:
- - Logan Engstrom (@meadowstream)
- - Garrett Finucane (@garrettdreyfus)
- - Noah Moroze (@nmoroze)
- - Michael Yang (@themichaelyang)
+
-#Conribtions
-Please submit pull requests to clay-improvemnets
+An addictive puzzle game inspired by Tetris. Play it at [hextris.io](http://hextris.io).
-# Releases
-#### iOS: https://itunes.apple.com/us/app/hextris/id903769553?mt=8
-![](http://i.imgur.com/KBYZcf5.png)
+By:
+ - Logan Engstrom ([@lengstrom](http://loganengstrom.com/))
+ - Garrett Finucane ([@garrettdreyfus](http://github.com/garrettdreyfus))
+ - Noah Moroze ([@nmoroze](http://github.com/nmoroze))
+ - Michael Yang ([@themichaelyang](http://github.com/themichaelyang))
-#### Android: https://play.google.com/store/apps/details?id=com.hextris.hextris
-![](http://i.imgur.com/mxj8yKs.png)
+# Contributions
+Please submit pull requests to the branch `clay-improvements`.
-#### Firefox OS: https://marketplace.firefox.com/app/hextris-app
-![](http://i.imgur.com/RhECXPg.png)
+# About
+Hextris was created by a couple high school friends (who are now in college!) who unfortunately don't have as much time to update the game. If you'd like to support the open-source development of Hextris, please consider donating at:
+
+**ETH:** `0xbf5414129552D37B4Fb12D058Cf1596B960d25b2`
+
+Disclosure: Please note that the version on hextris.io uses [Monero](http://coinhive.com) to support the developers. If you'd rather not play that version, an unmonetized version is available to play at: https://hextris.github.io/hextris.
## Press kit
@@ -26,4 +27,4 @@ http://hextris.github.io/presskit/info.html
## License
-This work is under a GPL v3 license.
\ No newline at end of file
+This work is under a GPL v3 license.
diff --git a/index.html b/index.html
index a8287cc..355f2a8 100644
--- a/index.html
+++ b/index.html
@@ -55,6 +55,14 @@
+
+
+
+
+
+
+
+
diff --git a/js/main.js b/js/main.js
index 04e36d2..455e5fa 100644
--- a/js/main.js
+++ b/js/main.js
@@ -362,7 +362,7 @@ function showHelp() {
}
}
- $("#inst_main_body").html("
The goal of Hextris is to stop blocks from leaving the inside of the outer gray hexagon.
" + (settings.platform != 'mobile' ? 'Press the right and left arrow keys' : 'Tap the left and right sides of the screen') + " to rotate the Hexagon
Clear blocks and get points by making 3 or more blocks of the same color touch.
Time left before your combo streak disappears is indicated by the colored lines on the outer hexagon
The goal of Hextris is to stop blocks from leaving the inside of the outer gray hexagon.
" + (settings.platform != 'mobile' ? 'Press the right and left arrow keys' : 'Tap the left and right sides of the screen') + " to rotate the Hexagon
Clear blocks and get points by making 3 or more blocks of the same color touch.
Time left before your combo streak disappears is indicated by the colored lines on the outer hexagon.