React-Redux-Tetris is a Tetris game built with React and Redux. It is designed to showcase how to use Redux with React to build a game.
You can play the game here: https://papayahuang.github.io/react-redux-tetris/
- Classic Tetris gameplay
- Uses Redux Tool Kit to manage game state
- Uses Redux Persist to store state
To run the game locally, clone the repository and install the dependencies:
git clone https://github.com/PapayaHUANG/react-redux-tetris.git
cd react-redux-tetris
npm install
Contributions are welcome! If you find a bug or have a feature request, please open an issue. If you want to contribute code, please fork the repository and create a pull request.
React-Redux-Tetris is open source software licensed as MIT.