andrewminton / tetris-oop

An oop example of a tetris game written using javascript and html5 canvas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tetris

The goal of the application is to create a javascript version of tetris that uses object oriented programming to solve the problem.

Requirements

As a user, I should be able to:

  • Start the game
  • get a random falling shape every x seconds
  • rotate the shape
  • move the shape left, right, down
  • pause the game
  • see the next shape that will fall
  • clear complete lines from the board (no spaces across a row)
  • keep track of the number of lines cleared

About

An oop example of a tetris game written using javascript and html5 canvas


Languages

Language:JavaScript 90.7%Language:HTML 8.3%Language:CSS 1.0%