/Croxword

A traditional crossword game implemented using string matching and pattern matching algorithm.

Primary LanguageC++

Croxword

A traditional crossword game implemented using string matching and pattern matching algorithm. Using pattern match to check if word exists in any of horizontal or vertical lines and uses string match to validate if its correct using predefined dictionary.