HangARoo Categories
HangARoo categories are logical groupings of related phrases that the user will play against.
Within the HangARoo phrase file, categories begin with an opening tag:
<category name="CCCCC">
... where "CCCCC" is the name of the category that will appear above the puzzle.
Categories must contain at least one phrase and end with a closing tag:
</category>
To illustrate, consider the following example:
<hangaroo_phrases>
<category name="TELEVISION SHOWS">
<phrase>SEINFELD</phrase>
<phrase>JUST SHOOT ME</phrase>
<phrase>THE PRACTICE</phrase>
</category>
<category name="MOVIES">
<phrase>THERE'S SOMETHING ABOUT MARY</phrase>
<phrase>THE GODFATHER</phrase>
<phrase>HAPPY GILMORE</phrase>
</category>
</hangaroo_phrases>
In the above phrase file, there are 2 categories: Television and Movies. Each category has 3 phrases assigned to it.