Hextris / hextris

Fast paced HTML5 puzzle game inspired by Tetris!
https://hextris.io
Other
2.22k stars 971 forks source link

Some quick/small, but important changes to Hextris #1

Closed mhuusko5 closed 10 years ago

mhuusko5 commented 10 years ago

In order of urgency: 1) Made HTML page responsive. Will look the same in any size window, no zoom/unzoom necessary. 2) Added retina/high res rendering ability for the canvas. Game won't look blurry on retina displays now (some Macbook Pros, most current iDevices). 3) Fixed height of left/right tap areas so doesn't overflow/extend page. 4) Organized files in project. 5) Formatted code/fixed some small issues brought up by JSLint

lengstrom commented 10 years ago

Thanks for the help!

mhuusko5 commented 10 years ago

No problem. Awesome work again, guys! Really fun game.