Check out Glinski's Hexagonal Chess, our featured variant for May, 2024.


[ Help | Earliest Comments | Latest Comments ]
[ List All Subjects of Discussion | Create New Subject of Discussion ]
[ List Earliest Comments Only For Pages | Games | Rated Pages | Rated Games | Subjects of Discussion ]

Single Comment

Game Courier History. History of the Chess Variants Game Courier PBM system.[All Comments] [Add Comment or Rating]
🕸💡📝Fergus Duniho wrote on Mon, May 5, 2014 05:29 PM UTC:
I may have lost some code for scaling, due to needing to replace my computer and/or SSD, then uploading old files. So I'm continuing to work on code for scaling again. I have just added code to draw_grid_css.php for scaling. Since this is for the CSS rendering method, I have used CSS for scaling. It scales with the transform: scale(x,y) property. When it scales larger, I put another DIV around it to fix problems with text flow around it. This should work in browsers supporting transform, which include Internet Explorer 10 and Firefox.