Compare commits

..

No commits in common. "f4fa1e288982b91ab0659c9a3452c29998a1c2ef" and "ac5bc4115dfd3ad8224f1951b18c13fd5cf44223" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

@ -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](https://dirtbags.github.io/contest/).
[Dirtbags Capture The Flag](/ctf/).
Documentation

View File

@ -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 ./run-tanks */; done
while sleep 60; do ./round.sh */; done
This assumes all your tanks directories are in the same place as `run-tanks`.
This assumes all your tanks directories are in the same place as `round.sh`.
@ -24,7 +24,7 @@ hodgepodge of C, Bourne shell, and awk, but at least each piece is
fairly simple to audit.
### run-tanks tank1 tank2 ...
### round.sh 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