summaryrefslogtreecommitdiff
path: root/views/join.pug
diff options
context:
space:
mode:
Diffstat (limited to 'views/join.pug')
-rw-r--r--views/join.pug8
1 files changed, 8 insertions, 0 deletions
diff --git a/views/join.pug b/views/join.pug
index 3110bd3..5c3c296 100644
--- a/views/join.pug
+++ b/views/join.pug
@@ -61,6 +61,14 @@ html
unless game.human_options === "None"
p Options: #{game.human_options}.
+ case game.pace
+ when 1
+ p #{EMOJI_LIVE} Live!
+ when 2
+ p #{EMOJI_FAST} Fast – many moves per day.
+ when 3
+ p #{EMOJI_SLOW} Slow – one move per day.
+
if game.notice
p
i= game.notice