From 44c38cb0f1a52787306ffca3ee4916f382bf7cc4 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 26 Apr 2025 13:41:36 +0200 Subject: Fix broken links. Add explanation of tournament ban length. --- .gitignore | 13 +++++-------- docs/tournaments.md | 4 ++++ views/tm_list.pug | 2 +- views/tm_seed.pug | 2 +- 4 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index f288f6b..b2089b5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,21 +1,18 @@ -# Source assets and working files -WIP* -HIRES -vassal -tmp -*.ppm - # Live database files .env db db-shm db-wal +archive.db +archive.db-shm +archive.db-wal # Development clutter node_modules package-lock.json tags +cookies.txt -# Fuzzer work files +# Fuzzer output coverage fuzzer diff --git a/docs/tournaments.md b/docs/tournaments.md index 0db6df5..e042156 100644 --- a/docs/tournaments.md +++ b/docs/tournaments.md @@ -14,6 +14,10 @@ All tournament games use time control. If you let a tournament game time out, you will not be allowed to join future tournaments! +The ban on joining tourmanents is proportional to the number of games you time out. +If you play actively and prove that you can finish more games than you've timed out +you will be allowed to join tournaments again. + ### Rounds Tournaments are round-robin, where each player meets every other player. diff --git a/views/tm_list.pug b/views/tm_list.pug index f5efa26..7c25d69 100644 --- a/views/tm_list.pug +++ b/views/tm_list.pug @@ -9,6 +9,6 @@ html article h1 Tournaments - p See tournament information. + p See tournament information. +seedlist(seeds, "Mini Cup") diff --git a/views/tm_seed.pug b/views/tm_seed.pug index ea31a41..65c213d 100644 --- a/views/tm_seed.pug +++ b/views/tm_seed.pug @@ -25,7 +25,7 @@ html tr td Format td - a(href="/docs/tournaments.html") Mini Cup + a(href="/docs/tournaments") Mini Cup if seed.scenario !== "Standard" tr td Scenario -- cgit v1.2.3