Alaricus / TinyTetris

Tetris in 100 lines of JavaScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TinyTetris

TinyTetris is my version of the classic Tetris game written in 100 (or fewer) lines of JavaScript.

Click here to try it out.

The Tiny Challenge

This started as a personal challenge that I invented for myself to pass the time while on a plane. The idea is to create versions of classic games using 100 or fewer lines of JavaScript. No line can be longer than 140 characters. Performance, readability, space and time complexity are all fair game when it comes to making sacrifices in order to fit within 100 lines. HTML and CSS don't count against the limit, but need to be kept to an absolute bare minimum.

Here is the full list:

  1. TinySnake
  2. TinyTetris
  3. TinyInvaders
  4. TinySweeper
  5. Tiny15
  6. TinyJump

About

Tetris in 100 lines of JavaScript.


Languages

Language:JavaScript 85.0%Language:HTML 7.7%Language:CSS 7.3%