Quadris // Project Details

<< Back to Overview

Tetris, built the way I like it. Built using JavaScript my custom JavaScript game engine, Jazz.

Some features of this version: No holding of pieces. Scoring system and framedata copied from Tetris DX on the Game Boy Color (my favorite Tetris version!). Using simple PRNG randomness, no 7-bag or 14-bag. One-piece lookahead. Hard drop included, unlike the older tetris games. In summary, this version is very similar to older Tetris versions and my favorite version of Tetris, Tetris DX on the Game Boy Color - although it adds in some quality of life changes such as hard-dropping.

Technology Stack

  • Language: JavaScript
  • Engine: Jazz (my custom engine)
  • Focus: Tetris, the way I like it