8000 GitHub - andrewminton/tetris-oop: An oop example of a tetris game written using javascript and html5 canvas
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

andrewminton/tetris-oop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.7%
  • HTML 8.3%
  • CSS 1.0%
0