From bcf7bfc52effdce5ce593c7ef1a42d209d1fea42 Mon Sep 17 00:00:00 2001 From: SHIRAKATA Kentaro Date: Sat, 1 Mar 2025 15:01:14 +0900 Subject: [PATCH] add a short README for test/ --- test/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/README.md diff --git a/test/README.md b/test/README.md new file mode 100644 index 000000000..68f41b1ca --- /dev/null +++ b/test/README.md @@ -0,0 +1,7 @@ +### how to use + + * compile NetHack without DLB + * install + * copy the test lua files into the nethack playground dir + * start nethack in wizmode + * use wizloadlua extended command to load and run one of the test files.