aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-03-02 10:58:22 +1100
committerTerry Truong <terry06890@gmail.com>2022-03-02 11:05:21 +1100
commitaf1555e223ebb1b1813b9b85f4cf8dddc432189e (patch)
tree4bf05330cd497f5926d4c7aea4136e3cb3ffc194 /README.md
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..a860b3f
--- /dev/null
+++ b/README.md
@@ -0,0 +1,10 @@
+# Grid of Life
+
+An interactive visualisation of the biological tree of life.
+
+Each tile represents a group of organisms with a common ancestor.
+- Clicking on a tile expands it into tiles representing direct descendants.
+ If there are too many other tiles, there might not be room to expand.
+- Clicking on an expanded tile collapses it back into one tile.
+- Double-clicking on a tile expands it to fill the whole view.
+ Other tiles will be moved to the side.