diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | about.html | 0 | ||||
-rw-r--r-- | create.html | 0 | ||||
-rw-r--r-- | rules.js | 2 | ||||
-rw-r--r-- | title.sql | 1 |
5 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8702f8f --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +HIRES diff --git a/about.html b/about.html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/about.html diff --git a/create.html b/create.html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/create.html diff --git a/rules.js b/rules.js new file mode 100644 index 0000000..0b04622 --- /dev/null +++ b/rules.js @@ -0,0 +1,2 @@ +exports.roles = [ "Frederick", "Elisabeth", "Maria Theresa", "Pompadour" ] +exports.scenarios = [ "Standard" ] diff --git a/title.sql b/title.sql new file mode 100644 index 0000000..03c0b58 --- /dev/null +++ b/title.sql @@ -0,0 +1 @@ +insert or ignore into titles ( title_id, title_name, bgg ) values ( 'friedrich', 'Friedrich', 12891 ); |