Updated README.md to better explain this repository

This commit is contained in:
Marcel
2017-12-15 20:09:08 +01:00
parent 6491056b8f
commit d89defae7e

View File

@@ -1,2 +1,10 @@
# Tetris.js
Another Tetris clone made in a Html5 canvas and native JavaScript ECMA6
## What it does
Tetris is an old classic arcade game from Russia. The first version ever released was published on 6th June, 1984 by Alexei Paschitnow who is also the inventor of this cult game. Although, he got inspiration by the puzzle game Pentomino To date, over 100 million copies were sold and there exist over 65 ports for different plattforms.
The game consists of seven different blocks called Tetrominos (I, J, L, O, S, T). The letters represent the forms of the Tetrominos, which all possess four squares as the building material.
![These are the existing, default Tetrominos](https://upload.wikimedia.org/wikipedia/commons/thumb/3/39/Tetrominoes_IJLO_STZ_Worlds.svg/640px-Tetrominoes_IJLO_STZ_Worlds.svg.png "These are the existing, default Tetrominos")
## Setup
Tetris.js is very intuitive and easy to set up. Just download the repository or the most recent release of this project and extract the downloaded file into a new folder. Now you just have to start the index.html-file or the TetrisJS.exe of the release version.