Updated script header comment
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
# no-nonsense FreeCell
|
# no-nonsense FreeCell
|
||||||
# run as: [n]awk -f nnfc.awk [-v ASCII=1] [-v MONOCHROME=1] [-v SEED=x]
|
# 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
|
# created by Luxferre in 2024, released into public domain
|
||||||
|
|
||||||
# Helper functions
|
# Helper functions
|
||||||
|
|||||||
Reference in New Issue
Block a user