From 42bcb48ae43b59180aec1ebffc3192fad00747ab Mon Sep 17 00:00:00 2001 From: Luxferre Date: Mon, 15 Jan 2024 17:56:40 +0200 Subject: [PATCH] Updated script header comment --- nnfc.awk | 1 + 1 file changed, 1 insertion(+) diff --git a/nnfc.awk b/nnfc.awk index 3962e05..3d5b81d 100644 --- a/nnfc.awk +++ b/nnfc.awk @@ -6,6 +6,7 @@ # - 1 to 8 are column numbers # - 9 to 12 are freecell numbers # SEED variable can be used to init games M$-style +# no supermove support for now, need to move cards one at a time # created by Luxferre in 2024, released into public domain # Helper functions