Join the numbers and get to the 2048 tile!
32 | New Game 33 |77 | How to play: Use your arrow keys to move the tiles. When two tiles with the same number touch, they merge into one! 78 |
79 |82 | Multiplayer backend created by Nick Siderakis. 83 |
84 |85 | Frontend created by Gabriele Cirulli. 86 |
87 |88 | Based on 1024 by Veewo Studio and conceptually similar to Threes by Asher Vollmer. 89 |
90 |9 | Clock events are pushed from the Server using a Comet connection. 10 |
11 | 12 | 33 | 34 | 35 | 36 | } 37 | -------------------------------------------------------------------------------- /samples/realtime-clock/src/main/twirl/main.scala.html: -------------------------------------------------------------------------------- 1 | @(content: Html) 2 | 3 | 4 | 5 | 6 | 7 |