about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@librem.one>2022-01-18 01:42:46 -0500
committerZach DeCook <zachdecook@librem.one>2022-01-24 20:18:02 -0500
commitce128823e69e24febc5830e382836fcf658c7063 (patch)
tree1fd0a7763b98e29aaebe68f6cc685ac438875d6a /README.md
parent09a8e791c59b3a03bb30d71080e4c915cc8a928e (diff)
downloadswipeGuess-ce128823e69e24febc5830e382836fcf658c7063.tar.gz
mapScore: add bee distance
like manhattan distance, but on a hex grid
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5dfadda..0756440 100644
--- a/README.md
+++ b/README.md
@@ -46,6 +46,9 @@ Smarter sorting would be keyboard-layout aware. mapscore.py can do that for you
 
 map.tsv uses tabs and newlines to create the grid-based layout. See `map.qwerty.simplegrid.tsv` for a sample of how to format this file.
 
+If your keys are in a hexagonal layout, use mapScore like
+`./mapScore.py map.simple.tsv bee`.
+
 ### alternate formats
 
 Alternatively, for performance, you can use a directory with the following format: each file is named with the first and last letters of the contained words.