summaryrefslogtreecommitdiff
path: root/views/header.pug
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-03-14 20:50:44 +0100
committerTor Andersson <tor@ccxvii.net>2024-03-14 23:04:11 +0100
commita43a4427d3dcb93e4317291bbd6227bc4130670e (patch)
tree1fe66f671a36829147ec1f3e3afea2007bf1e207 /views/header.pug
parenta3e6bb6dd0ebf7f2a368403f406c2f3d82654ed1 (diff)
downloadserver-a43a4427d3dcb93e4317291bbd6227bc4130670e.tar.gz
WIP match makingwip-matchmaking
Use greedy best fit algorithm to partition tickets into matches. Iterate using random start points to search for the best partitioning.
Diffstat (limited to 'views/header.pug')
-rw-r--r--views/header.pug1
1 files changed, 1 insertions, 0 deletions
diff --git a/views/header.pug b/views/header.pug
index d386969..24dd9f2 100644
--- a/views/header.pug
+++ b/views/header.pug
@@ -9,6 +9,7 @@ header
if user
if ENABLE_FORUM
a(href="/forum") Forum
+ a(href="/games/match") Match
a(href="/games/public") Public
if user.waiting > 0
a(href="/games/active") Games (#{user.waiting})