Modeled after http://etienne.nu/acrpuz/, I made my own version that takes data from a flat text file. Each line is one level and is separated into three parts with the bar character => |
The first part is acronym, the second part is the character that should be underlined, and the third part is what that letter stands for.
For example:
AARP|3|retired
Each line is parsed into an array with PHP and written out as JavaScript with the answer encoded as a MD5 hash. Give it a shot.
[tags]php, javascript, md5, acronym, game[/tags]
0