summary refs log tree commit diff
path: root/test/README
diff options
context:
space:
mode:
authordozens2024-06-25 21:22:35 -0600
committerdozens2024-06-30 23:24:42 -0600
commitbf71791fc540a584dd6d88548c91192294d106bc (patch)
treeba73c1f1616c19a34e33634a102c9d84184cada7 /test/README
parent9bf31e86cef62bed76a35353e791768960b14d70 (diff)
feat: add story engine HEAD main
Diffstat (limited to 'test/README')
-rw-r--r--test/README18
1 files changed, 0 insertions, 18 deletions
diff --git a/test/README b/test/README
deleted file mode 100644
index 11b09a4..0000000
--- a/test/README
+++ /dev/null
@@ -1,18 +0,0 @@
-== ABOUT ==
-
-these files are to help me test the ui
-
-moves are recorded in `<file>.dat`.
-then you can `awk -f test.awk file.dat > file.expect`.
-(or `just expects` to build them all.)
-then you can `expect file.expect`
-to have expect play the game for you up to a certain point.
-
-== REQUIREMENTS ==
-
-- awk
-- expect
-
-== FUTURE PLANS ==
-
-have actual integration tests?