fbctf
fbctf copied to clipboard
Make game start countdown timer count down
Rather than being a static number updated on page refresh, the countdown clock will not update itself. This makes for a more interesting display.
Using time remaining rather than an absolute time to prevent jittery behaviour at the start, though at the expense of accuracy.
This should fix #113