update README.md about text encoding

merge-requests/15/head
James Miller 2019-08-07 19:21:31 -05:00
parent f7a17c3f70
commit e4b5ee0973
1 changed files with 18 additions and 0 deletions

View File

@ -31,9 +31,27 @@ sqlite database.
# Conventions in the Code # Conventions in the Code
## Text Encoding ## Text Encoding
The goal is for all of our stored text in the database to be unicode, The goal is for all of our stored text in the database to be unicode,
preferably `UTF-8`. preferably `UTF-8`.
Also, many of the text fields will be in Github-Flavored Markdown.
Text may use the following escape codes:
1. `\n` for Newline
2. `\t` for Tab
3. `\\` for Backslash
We are currently working on choice of unicode symbols for the following game
symbols:
1. Single Action
2. Two-Action Activity
3. Three-Action Activitt
4. Reaction
5. Free Action
## Ability Scores in Integer Representation ## Ability Scores in Integer Representation
| Ability Type | Value | | Ability Type | Value |