Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Name the HexagramMUSH World #40

Open
3 of 5 tasks
oubiwann opened this issue Sep 7, 2019 · 2 comments
Open
3 of 5 tasks

Name the HexagramMUSH World #40

oubiwann opened this issue Sep 7, 2019 · 2 comments
Labels

Comments

@oubiwann
Copy link
Member

oubiwann commented Sep 7, 2019

@oubiwann oubiwann added the task label Sep 7, 2019
@oubiwann oubiwann changed the title Name the HexagramMUSH Wolrd Name the HexagramMUSH World Sep 7, 2019
@oubiwann
Copy link
Member Author

oubiwann commented Sep 7, 2019

With the new code in place from #42, finally came up with a name for the world (note that the base languages contributing to the languages of the region are Lakota, Inuit, Dwarvish, Scottish Gaelic, Quenya, Old Norse, Finnish, Mongolian, Tibetan, Hawai'ian, and Maori):

(def peoples
  [{:word "titunwan"
    :weight 52}
   {:word "inuit"
    :weight 4}
   {:word "khazâd"
    :weight 3}
   {:word "dhaoine"
    :weight 3}
   {:word "quendi"
    :weight 1}
   {:word "þjóð"
    :weight 13}
   {:word "kansa"
    :weight 2}
   {:word "khümüüs"
    :weight 5}
   {:word "simeng"
    :weight 5}
   {:word "poʻe"
    :weight 3}
   {:word "iwi"
    :weight 9}])
[hxgm30.language.repl] λ=> (derive-words world)
("kaaosituka"
 "aotunktusitu"
 "siaiunhi"
 "aoillaernk"
 "ǫlaolaillk"
 "na"
 "ertunaldnklaastu"
 "tuorikkaao"
 "kaaotulaka"
 "silordartunksi")
[hxgm30.language.repl] λ=> (derive-words world 20)
("sierǫllaarogsi"
 "aoorsiao"
 "ilasunveilorka"
 "eraoaodekanu"
 "kaun"
 "inun"
 "nkunil"
 "hokhildehoaoas"
 "sisiaouaunhi"
 "hakakhna"
 "unorkakahisiunnkrǫ"
 "loverǫkuulrǫaoun"
 "nkasas"
 "ldnk"
 "rǫho"
 "katu"
 "ulldsiunlala"
 "ilshikaosiao"
 "ikil"
 "ilikuntu")
[hxgm30.language.repl] λ=> (derive-words world 20 3)
("lanade"
 "vesisi"
 "aoaonk"
 "siaslk"
 "nkhaun"
 "nalaun"
 "aotuǫl"
 "erdeil"
 "tuastu"
 "ǫllanu"
 "kuǫlsi"
 "ulhoog"
 "ilsisi"
 "loaler"
 "siaoas"
 "kasila"
 "ilaotu"
 "rǫsive"
 "rǫkaas"
 "kaunla")

That was example usage, but earlier in the development process the following were generated, at different stages:

"tutuve"
"ilunao"
"elao"
"khunlaka"

And the winner was ... Ilunao

@oubiwann
Copy link
Member Author

oubiwann commented Oct 1, 2019

Slightly modified to be Îlunao

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant