Sign inSign up

ociotec/tetris

By ociotec

Updated about 6 years ago

Tetris game clone in a HTML page based on JavaScript.

Image
0

9.3K

ociotec/tetris repository overview

Tetris

Tetris game clone in a HTML page based on JavaScript.

Check deployment at:

Tetris screenshot

Run inside docker container

To run the docker container win an nginx server on port 8888, just execute:

docker run --name tetris --detach --publish 8888:80 --restart always ociotec/tetris

Build the docker image

Just run:

docker image build --tag ociotec/tetris .

Tag summary

Content type

Image

Digest

Size

13 MB

Last updated

about 6 years ago

docker pull ociotec/tetris