Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 876 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 876 Bytes

Tetris Redux App

This is an implementation of the arcade game Tetris with React and Redux.

Play the game here

This game uses React and Redux to display views and manage state.

The project was built from the tutorial here.

Todo

  • Add Hacktoberfest label to issues

  • Design for Mobile

    • add break point for 360 by 640
    • adjust to fill screen
  • Fix bug where Game Over appears when clicking left or right before a block falls into view.

  • Add keyboard controls

  • Add some styles

    • Fix the overlay Pase/Game Over dialog
    • Should not be able to select text on buttons
  • Update this README

  • Animate score: should count up to the new value over time

Contributions

Feel to contribute! See our contributions guide.