So in my sparetime I have been writing this open-source game, a mmorpg called a MUD (no graphics in the typical sense, all ncurses based).
Anyway, I never would have thought the most complicated part of writing the game engine would have possibly been the handling of pronouns! The number of variations you have to consider is astounding when you really try to catalog all the different types.
I think I finally got them all covered though.
#Ruby #MMORPG #Game #Games #GameDev #Aethyr #Programming #MUD #MUDs #Development #GameDevelopment
@zleap Thats not the purpose of it.. There isnt a single pronoun.. for example its not just "he" .. its "He, him, his, Mr. Man" and which you use depends on the context it is used in. This system addresses that.