Tetris created with HTML5 Canvas and Javascript
500K+
Tetris game built on HTML5 Canvas and Javascript. Built mostly as a learning exercise for array matrixes and how to manipulate them.
Running the game is simple:
docker run -d -p 80:80 --name tetris bsord/tetris
mkdir ~/tetris
cd ~/tetris
git clone https://github.com/bsord/tetris .
docker run --name tetris -v /home/YOURUSERNAME/tetris/:/usr/share/nginx/html:ro -d -p 88:80 nginx
mkdir ~/tetris
cd ~/tetris
git clone https://github.com/bsord/tetris .
sudo cp * /usr/share/nginx/html
Once downloaded and place in a web server directory, open it in your browser
Content type
Image
Digest
Size
55.8 MB
Last updated
over 4 years ago
docker pull bsord/tetris