9mm/test
Dozens B. McCuzzins bf71791fc5 feat: add story engine 2024-06-30 23:24:42 -06:00
..
README.md feat: add story engine 2024-06-30 23:24:42 -06:00
capture-mill-no-mill.dat feat: add end game 2024-06-18 19:43:51 -06:00
capture-oops-all-mills.dat feat: add end game 2024-06-18 19:43:51 -06:00
flying.dat feat: add flying phase 2024-06-14 21:52:00 -06:00
moving-capture.dat feat: add flying phase 2024-06-14 21:52:00 -06:00
placing-capture.dat add ui tests 2024-06-07 17:27:11 -06:00
test.awk feat: add flying phase 2024-06-14 21:52:00 -06:00

README.md

ABOUT

these files are to help me test the ui. actually, just the game state really.

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?