diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
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. |
