Dozens B. McCuzzins 1250f9f057 | ||
---|---|---|
.. | ||
README | ||
capture-oops-all-mills.dat | ||
flying.dat | ||
moving-capture.dat | ||
placing-capture.dat | ||
test.awk |
README
== 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?