bdelphin / tetrjs

Tetris clone written in Javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TETRJS

Tetris clone written in Javascript

Just a personnal challenge. Work in progress !

STATUS

  • basic engine : OK
  • line completion : OK
  • brick shapes :
    • single dot shape : OK (to delete)
    • L shape : OK
    • o shape : OK
    • I shape : OK
    • T shape : OK
  • wall and bricks collisions : OK
  • rotation collision detection : OK
  • game over : OK
  • line completion : OK
  • score : OK
  • levels : OK
  • menu & gameover screen : OK
  • bootstrap : OK

TODO

v2

  • OOP
  • collision system update

About

Tetris clone written in Javascript

License:GNU General Public License v3.0


Languages

Language:JavaScript 95.5%Language:HTML 3.3%Language:CSS 1.2%