/react-redux-tetris

React-Redux—Tetris

Primary LanguageJavaScriptOtherNOASSERTION

React-Redux-Tetris

English | 中文

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.

Demo

You can play the game here: https://papayahuang.github.io/react-redux-tetris/

GIF

display

Features

  • Classic Tetris gameplay
  • Uses Redux Tool Kit to manage game state
  • Uses Redux Persist to store state

Installation

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

Contributing

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.

License

React-Redux-Tetris is open source software licensed as MIT.