Maybe I'm just impatient while testing, but it seems like a faster
rate is warranted here.
const CLAIM_TIMEOUT_MS = 60000; /* 60 seconds to form a word */
const CLAIM_WARNING_MS = 15000; /* show timer for last 15 seconds */
const VOTE_TIMEOUT_MS = 15000; /* 15 seconds to vote */
-const REVEAL_COUNTDOWN_MS = 3000; /* 3 seconds to reveal a tile */
+const REVEAL_COUNTDOWN_MS = 1500; /* 1.5 seconds to reveal a tile */
const MIN_WORD_LENGTH = 4;
class Anagrams extends Game {