Compare commits

...

5 Commits

Author SHA1 Message Date
John Donaldson f4fa1e2889 Merge branch 'master' of https://github.com/dirtbags/tanks into dockerize 2023-11-17 09:11:16 -07:00
Neale Pickett 49152d5128
Merge pull request #3 from derpferd/patch-1
Update running.md
2021-05-28 19:36:44 -06:00
Jonathan Beaulieu bdb4f1b4f9
Update running.md
Renamed `round.sh` -> `run-tanks` since it appears `round.sh` doesn't exist anymore.
2021-04-15 12:43:08 -04:00
Neale Pickett 87ecd7a2f8
Merge pull request #1 from int00h5525/topic/fix_documentation_links
Fix links to documentation
2018-10-12 08:35:39 -06:00
John Donaldson df5bd8153c Fix links to documentation 2018-10-10 10:31:36 -05:00
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 against other hackers. You write a program for your tank, set it out
on the battlefield, and watch how your program fares against tanks on the battlefield, and watch how your program fares against tanks
written by other players. Dirtbags Tanks is frequently a component of 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 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, When I spin up a new tanks game,
typically I run something like: 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. 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 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 summary.html with summary.awk. This is the main interface that you want