Block merging game built with React, Redux and Tailwind.
Tetromino Gameplay is a Tetris-style game created with React, Redux, and TailwindCSS. In this game, players drop tetromino shapes to create solid rows and score points. As the levels increase, blocks fall faster, adding to the challenge. The unique aspect of this game is that it is built using only DOM elements without any SVGs or <canvas>
graphics. All graphics are rendered as React functional components, and the game logic is managed by a Redux reducer.
To run Tetromino Gameplay locally, you can follow these steps:
npm install
yarn install
npm start
yarn start
Tetromino Gameplay is an engaging Tetris-style game built with React, Redux, and TailwindCSS. By leveraging DOM elements for graphics and Redux for game logic, it offers a unique twist on the classic gameplay experience. Players can enjoy the challenge of increasing difficulty levels as they strive to score points by forming solid rows with tetromino shapes. Run the game locally by following the installation guide provided above.