Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 825 Bytes

CHANGELOG.md

File metadata and controls

26 lines (23 loc) · 825 Bytes

WIP

  • left & right hit detection

    • No panic moving tetromino to left
    • No moving tetromino over right boundary
  • generation of 7 tetrominos randomly

    • rand crate?
      • implement tetrominos.rs -> ln 224, random enums please!
        • replace all instances of generate_tetromino_from_type
  • Remove full lines

  • Long press go down

    • Remove ability of tetris input to modify universe; universe should provide its own interface and accept keys from tetris input
  • Rotation

    • WE DON'T NEED TO HOLD CENTER
    • Need to add the offset tables
  • Game Over / Restart Screen

  • colors

  • add hard drop + preview

  • sound

    • music in the background
    • TETRIS for !
    • bouncing against the side
  • scoring

    • game gets faster over time