Skip to content

dmm9999/tetrjs

Repository files navigation

tetrjs

Tetrjs is a Tetris clone built in JavaScript.

MVP

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

Development Phases

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages