Skip to content

yassi/tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tetris

Build

This project uses browserify to create reusable modules and requires a compile step.

  1. run npm install at the repo root to install node modules
  2. run grunt browserify to compile all the javascript
  3. open index.html in your favorite browser and enjoy
  • you may also run grunt watch to watch for file changes to js files and compile them automatically.

Controls

  • up arrow: rotate clockwise
  • left arrow: move left
  • right arrow: move right
  • down arrow: move down

About

canvas based tetris

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published