Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 570 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 570 Bytes

tetris_js

A small JS based tetris implementation using canvas

#Todo:

  • Increasing difficulty (Levels)
  • Sound effects are to aggresive. Find better ones...
  • Improve sound routine
  • Testing other browsers (Edge, Firefox and yes IE11 and maybe IE 10... Safari)
  • Styling & Visuals needs more work
  • improve randomization of blocks (change likelihood of repeating blocks)

#Implemented in its first version:

  • Collision detection
  • Point system
  • Automated movement of blocks
  • Removal of completed rows
  • Clockwise turn
  • Basic Sound routine & added some test sounds