santiagogustavo / tetris

Tetris, as implemented by myself using Vue

Home Page:https://santiagogustavo.github.io/tetris/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tetris

Game board dimensions

  • 10 x 18 blocks
  • Matrix with zeroes, filled with each tetromino block accordingly

Tetrominos

I-block

1 1 1 1

J-block

2
2 2 2

L-block

    3
3 3 3

O-block

4 4
4 4

S-block

  5 5
5 5

T-block

  6
6 6 6

Z-block

7 7
  7 7

About

Tetris, as implemented by myself using Vue

https://santiagogustavo.github.io/tetris/


Languages

Language:Vue 54.4%Language:TypeScript 38.7%Language:CSS 3.6%Language:SCSS 2.0%Language:HTML 1.2%