https://thetetris.herokuapp.com
Name | Representation |
---|---|
I | |
O | |
S | |
Z | |
L | |
J | |
T |
- To get score it's necessary fill a entire line with any piece or position. Like the image represented below:
- After fill the line it blow up and all pieces above came down:
- And adds 100 to the score:
You can control new pieces that appear on the top and choise where the piece goes to fix, when the piece colide below of the ground or another piece, the actual piece gets rooted and new piece appear in the top
Rotate
the piece it's easy using the up arrow (↑)
Move
the piece it's easy using the left arrow (←) to go left or right arrow (→) to go right
Accelerate
the peice start to fall more fast
The game over after to fill any collumns, being impossible to put another piece on the map
> npm install
> npm start
> npx cypress run
should open the site
: Test if the site server is availableshould start
: The game should start right after click on play button, to pass the game state need to be "gaming"should pause
: The game should pause right after click on pause button, to pass the game state need to be "pause"should reset
: The game should pause right after click on reset button, to pass the game state need to be "stoped"should change game volume
: Check if is possible change the value of music volume in gameshould game over
: Test if the game ends after all pieces fall for some time, to pass the game over model should pop up and the model have the class "active"
- Anderson Laurentino (alaurentinoofficial)
- Jackson Matheus (JacksonMaths)
- João Matheus (joaoguedesmg)
- José Helton (jheltonap)