|
Project Information
Featured
Downloads
|
Paroliere is a funny game solver. There is a 4x4 matrix of chars. An user insert one char foreach cell in the 4x4 matrix and the tools create all the possible words with the 16 insered chars. Is not possible to use 2 times the same cell in the same word and is possible to concatenate two chars only if their distance is = 1. The current tool use an italian dictionary. If you want use it in your language you need to change the italina dictionary with your one. Example with italia words: It will create the word filo becouse for each char in the word ('f' 'i' 'l' and 'o') is possible to reach the next char with distance 1. For the char 'f' is possible to reach the chars: a - b - c - e - g - i - l - m For the char 'r' is possible to reach the chars: m - n - p and so on... This tool don't will create the word 'mano' that is a correct italian word, the chars that composit the word mano are in the 4x4 matrix but they have not distance 1 Happy asm code cyberdude - g.ferraro86@gmail.com |