Skip to content

Tritetris - A game that extends from Tetris - a js13kGames 2017 competition entry by @enzeberg.

Notifications You must be signed in to change notification settings

js13kGames/tritetris-a-game-that-extends-from-tetris

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tritetris

A game that extends from Tetris.

Tritetris provides you a triangle to hold the blocks. You can rotate the triangle to choose the best side you think to receive the falling block every time. It's very interesting and you need to use some strategies to get a score as high as possible.

It's an HTML game. Play it here!

Screenshot

How to play

[for Desktop]

Use the arrow keys to move and deform the block, and key "A" and "D" to rotate the triangle.

[for Mobile]

Use the center gray area to move and deform the block, and the buttons to rotate the triangle.

Note

  • When the falling tetromino is totally under the minddle thin line, you can't rotate the triangle.
  • When the falling tetromino hits the squares fixed on the triangle after rotating, the tetromino goes up to avoid covering the still squares.

Reminder

The more rows of squares you remove one time, the higher score you get!