Skip to content

dmercertaylor/tetrinos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tetrinos

Match 3 Tetris

A mashup of the classic match-3 formula with tetris. Align colors in rows of columns of 3 to score points, and make chain reactions to build a multiplier. Written for the 2D HTML5 Canvas renderer using object-oriented JavaScript.

How to play

To score, align 3 or more blocks of the same color adjacent to one another on a row or column. Each time you score earns points, and increases your point multiplier. However, the point multiplier resets every time a new block drops, so try to score as many times as you can off a single block. After every score, all unsupported blocks will fall until they land on something. Use this to your advantage to build up score chains, and boost your multiplier.

Tools Used

This game was written as an exploration of several different features in JavaScript, primarily the Canvas 2D rendering context and Classes. It is written entirely in HTML, CSS, and vanilla JavaScript.

About

Match 3 Tetris

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors