Created
March 29, 2017 00:32
-
-
Save noahlt/272da70624e755b0b0700987336dabb2 to your computer and use it in GitHub Desktop.
Tracery source for OS renaissance name generator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"origin": ["#color# #animal# #os#"], | |
"color": ["Blue", "Green", "Red", "Yellow", "Orange", "Maroon", "Pink", "Black", "White"], | |
"animal": ["Lion", "Bear", "Seal", "Shark", "Dolphin", "Eagle", "Falcon", "Rhino", "Wolf", "Elk", "Ox", "Rabbit", "Trout"], | |
"os": ["OS/2", "DOS", "RISC OS", "AmigaOS", "NeXTSTEP", "BeOS", "Plan 9", "CTOS", "CP/M", "HP-UX", "TOPS-20", "Ultrix", "Multics", "Minix", "Xinu"] | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment