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.
-
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
Feel to contribute! See our contributions guide.