From bf71791fc540a584dd6d88548c91192294d106bc Mon Sep 17 00:00:00 2001 From: dozens Date: Tue, 25 Jun 2024 21:22:35 -0600 Subject: feat: add story engine --- test/README | 18 ------------------ test/README.md | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 18 deletions(-) delete mode 100644 test/README create mode 100644 test/README.md (limited to 'test') 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 `.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? diff --git a/test/README.md b/test/README.md new file mode 100644 index 0000000..a9602fa --- /dev/null +++ b/test/README.md @@ -0,0 +1,19 @@ +## ABOUT + +these files are to help me test the ui. +actually, just the game state really. + +moves are recorded in `.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? -- cgit 1.4.1-2-gfad0