From 29a6a565d983e5e785640f7326626477e44a41f7 Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Tue, 27 Aug 2024 16:36:05 -0400 Subject: [PATCH] Document the config file real quick. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3732b65..622bae6 100644 --- a/README.md +++ b/README.md @@ -127,3 +127,9 @@ cp .\builddir\escape_turings_tarpit.exe . ; .\escape_turings_tarpit.exe .\ "mes ``` Now it's playing, so all you have to do is open one of the .cpp files, make a mistake, save it, and watch the game play. + +## Configuration + +There's a file `.tarpit.json` that configures everything for the game. You can set your own sounds, +the build directory, and the build command to use. Just open it and you'll see. If you don't want +to hear me laughing at you then set the sounds to `nothing.mp3` and it'll be silent.