From 9e9cef85c03800cce37055999f25fd6220f05772 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Wed, 29 Jun 2022 21:08:19 -0400 Subject: Documentation: Add man pages for swipeGuess and mapScore --- mapScore.1.scd | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 mapScore.1.scd (limited to 'mapScore.1.scd') diff --git a/mapScore.1.scd b/mapScore.1.scd new file mode 100644 index 0000000..8bf97b6 --- /dev/null +++ b/mapScore.1.scd @@ -0,0 +1,15 @@ +mapScore(1) + +# NAME +mapScore - score words by path length through 2D letter map + +# SYNOPSIS + +*mapScore* _map.tsv_ [_bee_] < _words.txt_ > _scored_words.tsv_ + +# OPTIONS +_bee_ + Calculates score differently by treating _map.tsv_ as a hex-grid (even lines indented halfway) + +# SEE ALSO +*swipeGuess*(1) -- cgit 1.4.1