imalooney / t3tr0s

30th anniversary tetris in ClojureScript
t3tr0s.com
Other
468 stars 28 forks source link

Auto restart battle when 2 or more people are waiting in lobby #7

Closed pgambling closed 10 years ago

pgambling commented 10 years ago

The multiplayer mode would be perfect if manually starting the game was not required. As a start, I'm thinking the MC page includes a "time between" rounds setting. If set, players will go to the lobby at the end of a game and have X number of seconds/mins until the next round starts. If the lobby has less than 2 people then the cool down timer is paused.

This could also be implemented as a "Ready" button for everyone in the lobby. However, you might end up with one player AFK that causes everyone to wait. I'd start with the auto re-start and see where that goes.

pgambling commented 10 years ago

FYI - Working on this right now.

pgambling commented 10 years ago

Almost done...