Skip to content

Latest commit

 

History

History
73 lines (57 loc) · 1.43 KB

milestones.rst

File metadata and controls

73 lines (57 loc) · 1.43 KB

Milestones

0.1.0

  • [DONE] Set up logging to terminal
  • [DONE] Disable fullscreen
  • [DONE] Add game loop
  • [DONE] Set up keyboard input
  • [DONE] Add licence

0.2.0

  • [DONE] Add playfield
  • Add tetrominos without orientations
  • Add manual spawning of tetrominos

0.3.0

  • Add shifting movement mechanic

0.4.0

  • Add tetromino orientations
  • Add rotation (SRS) movement mechanic

0.5.0

  • Add collision detection
  • Add top-out mechanic
  • Quit program when top-out occurs

0.6.0

  • Add gravity mechanic
  • Add hard drop mechanic

0.7.0

  • Add line clear mechanic

0.8.0

  • Add scoring system
  • Display score

0.9.0

  • Add randomizer
  • Add automatic spawning

1.0.0

  • Create package for release