texttale 0.8.0

TextTale provides tools for writing text-mode adventures.
Documentation
Welcome to the texttale library.

help: ....... Print this help menu.
character: .. Configure your character for this texttale.
begin: ...... Start off on your journey with the given character.

> character
Craft your character.

help: .... Print this help menu.
name: .... Set your character's name.
age: ..... Set your character's age.
gender: .. Set your character's gender.
race: .... Set your character's race.
print: ... Print your character.
save: .... Commit changes to the configuration and return to previous menu.

> name Robert
> age 35
> print
Player {
    name: "Robert",
    age: 35,
    gender: "unspecified",
    race: "Hylian",
}
> save
Welcome to the texttale library.

help: ....... Print this help menu.
character: .. Configure your character for this texttale.
begin: ...... Start off on your journey with the given character.

>