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