Im coding a procedual Language system in C#, I started by creating a random Character Generator that outputs random rune like things that constitue an alphabet, then I made a preset word generator that combines said runes into words with preset meaning, for example: Word Class 1 contains words for animals, Word Class 2 contains words for plants , Word Class 3 contains words for Objects , Word Class 4 contains words for Locations etc.
Word Class is basicaly a 3D array with X being the word class 1-20, Y words contained in each "class" and Z the charactes that constitute each word.
Now that is easy, problem is, how do I even start to make a script that relates words in logical sequences that have background meaning or logic, by making the system relate the word classes in logical ways, Should I hard code it ?
Word Class is basicaly a 3D array with X being the word class 1-20, Y words contained in each "class" and Z the charactes that constitute each word.
Now that is easy, problem is, how do I even start to make a script that relates words in logical sequences that have background meaning or logic, by making the system relate the word classes in logical ways, Should I hard code it ?
