Tetromino Save

Block merging game built with React, Redux and Tailwind.

Project README

Tetromino

gameplay

A tetris-style game created with React, Redux and TailwindCSS.

What is it?

For those of you not familiar with Tetris, it's a game where you drop tetromino shapes to create solid rows to score points. Blocks fall faster as you increase the level. If there is no more room to drop blocks, then the game is over.

Why build it?

Wanted to challenge myself to build a Tetris game using just DOM elements. There are no SVGs or <canvas> graphics anywhere in the game.

All graphics are rendered as React functional components, and the game logic is handled by a Redux reducer.

Where is it?

Online demo: https://reactgular.github.io/tetromino/

How to get it?

Clone and run it locally.

git clone https://github.com/reactgular/tetromino
cd tetromino
yarn install
yarn start
Open Source Agenda is not affiliated with "Tetromino" Project. README Source: reactgular/tetromino
Stars
171
Open Issues
4
Last Commit
2 years ago

Open Source Agenda Badge

Open Source Agenda Rating