Projects

Throwback Tetris

Skills
Object Oriented Javacript Canvas HTML/CSS jQuery

Throwback Tetris is a puzzle game based on the classic Tetris game found on the Nintendo Gameboy. Players gradually fill up their board with randomly generated pieces and a row is cleared when it is entirely occupied by pieces. Bonus points are given for clearing multiple rows at the same time. The game is over when a player is unable to fill up any more pieces on the board.

The game utilizes the following:

CSS3 for visual styling HTML5 Canvas for board and piece rendering JavaScript for gameplay and overall functionality