You are here - HomeChaitimeCrossword

Crossword

sizeX = 13; //width of the crossword sizeY = 13; //height of the crossword sizeA = 30; //size of the squares in pixels cluesize = '10px'; //font size for the clue numbers cluecolor = '#000000'; //font colour for the clue numbers pensize = '11px'; //font size for the 'ink' to fill in the answers pencolor = '#0000bb'; //font colour for the 'ink' to fill in the answers gridcolor =....