/GenLang

Procedural language generation for games

Primary LanguagePythonOtherNOASSERTION

GenLang

Procedural language generation for games

GenLang is a project to procedurally generate constructed (human) languages, AKA a conlangs.

Quick Start

Navigate to the Python Scripts directory. Install dependencies:

json
math
numpy
random
tabulate
matplotlib

Then edit the file main.py and replace its contents with your choice of top-level functions, e.g. testWordGen() and testPhonologyGen(). Run the file with

$ python3 main.py

And you should see corresponding output, different every time you run the script.

Additional Information

Documents

Shield: CC BY-NC-SA 4.0

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

CC BY-NC-SA 4.0