Fix problems when accessing game on mobile browsers



  • The game is accessible on mobiles. You can't do much however due to limited size of the devices. A couple of fixes however would improve the experience and allow to do minor changes while on the go. That'd  be especially useful for new players with fewer rooms.

    The main 2 problems I'd like fixed are:

    1. Zoom function. When zooming in a browser (Chrome/IE) on a mobile, I'm unable to click/highlight a given spot, as the position is being calculated based on the full and not zoomed in screen. So, when it's zoomed out, it works ok, but the screen is too small. When it's zoomed in, and I'll click the top left corner of the screen, it highlights a square in the top left corner of the game screen, outside of the display.

    2. Scroll script. At the moment you can scroll console output, but there is no way to scroll script window (to adjust creep number etc).

     

    Thanks