Tetris
Tetris game clone in a HTML page based on JavaScript.
Check deployment at:

Run inside docker container
To run the docker container win an nginx server on port 8888, just execute:
docker run --name tetris -d -p 8888:80 --restart always thtom/tetris