run ./start_2048.sh
and navigate to http://localhost:8080/
ToDo:
- Use Vue-router for receiving GameId from window history object
- Test X2048.Game GenServer (:turn call at first)
- Add css transitions to the game state change. (By applying UUID for every tile and exploiting it in the algorithm)
- Write infrastructure scripts and deploy system to the Kubernetes cluster
- Write recurrent functions for clearing the games which was not touched by any user in 24h period