summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorcyfraeviolae <cyfraeviolae>2023-11-19 15:47:12 -0500
committercyfraeviolae <cyfraeviolae>2023-11-19 15:47:12 -0500
commit02b99889178b5f7b1c54437e8f7f9d13d6b8da08 (patch)
treee31d3fbfb630e62143cc04e97fdd5cacf4c4d8a8 /README.md
init
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..f07ec1b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,16 @@
+# infinite-connections
+
+Based on BBC's Only Connect's Connecting Wall and New York Times' Connections.
+
+Groups are automatically generated from
+- Synonyms of adjectives from WordNet
+- Prefixes and suffixes from the LaDEC database
+
+Some groups may be obscure or too loosely connected.
+
+An attempt is made to generate games with no red herrings, but this is not
+guaranteed.
+
+Finally, group elements are deduplicated based on Levenshtein distance (so both
+"color" and "colour" don't both appear, for example), but this is imperfect as
+well.