Tetrjs is a Tetris clone built in JavaScript.
Tetrjs will:
- generate the classic Tetris pieces
- animate motion of pieces including player control over their placement
- clear rows when filled
- show forthcoming pieces
- score player performance (with high score table)
- increase speed of game as levels increase
- end if the pieces reach too high up the screen
-
Phase 1
- Create game window using canvas
- Create pieces
- Autogenerate pieces
- Display future pieces
-
Phase 2
- Pieces responsive to user input
- Develop game logic: row clearing, game speed, scoring and game ending
- High score table
-
Phase 3
- Pleasing graphical effects for gameplay
- General polishing