AndrewRigg / Crossword

Crossword Generator made by Steven Court
0 stars 0 forks source link

Sudoku: Generate puzzle from ArrayLists #59

Closed AndrewRigg closed 7 years ago

AndrewRigg commented 7 years ago

Generate the numbers from ArrayLists only and then draw the correct numbers to JLabels after.

This should speed it up.

AndrewRigg commented 7 years ago

Done. This means that the grid will show all letters at once (after max 1 second) and not shuffle them around as it tries to find the correct numbers while drawing it dynamically.