Updated script header comment

This commit is contained in:
Luxferre
2024-01-15 17:54:17 +02:00
parent d00c7efc6e
commit 025ab7e5b3
+6
View File
@@ -1,5 +1,11 @@
# no-nonsense FreeCell
# run as: [n]awk -f nnfc.awk [-v ASCII=1] [-v MONOCHROME=1] [-v SEED=x]
# commands: q - quit, u - undo,
# [number] [number] - move from column/freecell to column/freecell/foundation:
# - 0 is foundation (can be omitted)
# - 1 to 8 are column numbers
# - 9 to 12 are freecell numbers
# SEED variable can be used to init games M$-style
# created by Luxferre in 2024, released into public domain
# Helper functions