Crossword Generator - A fairly simple winforms crossword generation toolCreated by maxtingle on Thu 30th Jan 2014 in category C#. 1013 Views | Tags: C#, Crossword, GenerationThis application generates a 16x16 (Customizable, via code) grid in which it randomly generates a crossword. I wouldn't recommend trying to complete one because they are really, really hard but if you think it's worth a shot go for it! Download
This application features:
- Random word selection
- Random word reversing (Reverses the order of the letters in the word)
- Random orientation selecting
- Dynamic generation system, can easily be changed by changing _Size
- Dynamic word list (Can be populated by a string array), can add words with ease
