RParkerM / PuzzMatch

Simple puzzle game written with HTML5 and Javascript
0 stars 0 forks source link

limit matching time. show duration #5

Open RParkerM opened 8 years ago

RParkerM commented 8 years ago

Need to limit the time that users have to match blocks. We only want this timer to start when the user swaps blocks the first time. When the timer runs out, drop the currently selected block & solve board.

We should also have some kind of visual indicator as to how long the player has left.