diff --git a/README.md b/README.md index c373031..6f21959 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Dirtbags Tanks is a game in which you pit your coding abilities against other hackers. You write a program for your tank, set it out on the battlefield, and watch how your program fares against tanks written by other players. Dirtbags Tanks is frequently a component of -[Dirtbags Capture The Flag](/ctf/). +[Dirtbags Capture The Flag](https://dirtbags.github.io/contest/). Documentation diff --git a/docs/running.md b/docs/running.md index 9ad890a..f3eaf12 100644 --- a/docs/running.md +++ b/docs/running.md @@ -9,9 +9,9 @@ and I would love it if someone proposed a merge to clearly illustrate how to run When I spin up a new tanks game, typically I run something like: - while sleep 60; do ./round.sh */; done + while sleep 60; do ./run-tanks */; done -This assumes all your tanks directories are in the same place as `round.sh`. +This assumes all your tanks directories are in the same place as `run-tanks`. @@ -24,7 +24,7 @@ hodgepodge of C, Bourne shell, and awk, but at least each piece is fairly simple to audit. -### round.sh tank1 tank2 ... +### run-tanks tank1 tank2 ... Runs a single round, awards points with rank.awk, and creates a new summary.html with summary.awk. This is the main interface that you want