Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 572 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 572 Bytes

TetrisJS

Classic Tetris game written in the Java Script.

Run it with docker engine!

  1. Clone repository.
cd /srv
git clone https://github.com/rvva/TetrisJS/
  1. Go to the project directoy and run docker-compose.
cd /srv/TetrisJS/
docker-compose up -d
  1. That's it. Game will be available at localhost, port 80.