nickarora / tetris

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tetris

Live Demo

preview

Description

My interpretation of the classic soviet tile matching puzzle video game. A random sequence of shapes will decend into the playing field. Use the up arrow key or the Z and X keys to rotate the shape. Use the down arrow key to speed up its decent or use the space bar to make it immediately impact with the bottom of the playfield. Your goal is to create horizontal lines (which will erase them from the board). Try to erase 4 lines at once (Tetris!) to maximize points!

Technologies Used

Tetris is built using the following technologies

  • JavaScript
  • jQuery
  • HTML5
  • CSS3
  • Handlebar Templating

Dev

Spin up a local server to serve the contents of this repo

For ruby users

$ ruby -run -e httpd . -p 4000

visit localhost:4000

About


Languages

Language:JavaScript 94.5%Language:CSS 3.6%Language:HTML 1.9%