|
|
|
@ -133,3 +133,12 @@ Now it's playing, so all you have to do is open one of the .cpp files, make a mi |
|
|
|
|
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. |
|
|
|
|
|
|
|
|
|
I have an example file `tarpit_example.json` which you can copy to `.tarpit.json` to get started: |
|
|
|
|
|
|
|
|
|
```shell |
|
|
|
|
cp tarpit_example.json .tarpit.json |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
You can edit this file to change the build command and sounds used during building, just in case my |
|
|
|
|
silky smooth radio quality voice is not to your liking. |
|
|
|
|