- sbt clean run
- sbt clean pack
- . target/pack/bin/puzzle-app
WASD for moving tiles Q to quit R to restart
game.size - game time matrix size, default - 4 (4x4)
game.shuffles - n times to shuffle tiles before the game, default - 100
game.io.provider - input\output provider to use:
- console, default
- http, TBD
- websocket, TBD