emordonez / connecting-wall

A web implementation of the connecting wall from "Only Connect," built with Vue
https://connecting-wall.netlify.app/
MIT License
15 stars 8 forks source link

Timer #2

Closed emordonez closed 3 years ago

emordonez commented 3 years ago

Game now begins when the user clicks "Begin," initiating a 3-minute countdown visually displayed by a progress bar. Game will freeze if the wall isn't solved within the time limit.

emordonez commented 3 years ago

Timer works as intended, but there's a significant delay between the progress bar hitting 0 and the modal appearing. May be due to blocking from the setTimeout call.