in my game, I have a mode where players have to say a word that would fit a determined category, I have a lot of predefined categories and lists of words that work for them, but I also want to allow users to choose their own categories in private rooms, unfortunately, having them define their own dictionary of words sounds very very unfun and kind of kills the idea of allowing user defined categories,
My initial thought to get around this was ai, and while that works, I would like to avoid it if possible, I just can't think of an elegant way of doing it that doesn't result in a lot of bruteforcing or tons and tons of extra work to implement, anyone have any ideas on this?
I also need to actually have a system for "valid" answers, since this will be an online game and it does need to actually validate the answers, plus that way there aren't arguments over if a word works or not