From ce128823e69e24febc5830e382836fcf658c7063 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Tue, 18 Jan 2022 01:42:46 -0500 Subject: mapScore: add bee distance like manhattan distance, but on a hex grid --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') 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. -- cgit 1.4.1