Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mpirescarvalho/react-tetris
👾 Responsive tetris game built with React 🎮
https://github.com/mpirescarvalho/react-tetris
game react responsive-tetris-game styled-components tetris
Last synced: about 1 month ago
JSON representation
👾 Responsive tetris game built with React 🎮
- Host: GitHub
- URL: https://github.com/mpirescarvalho/react-tetris
- Owner: mpirescarvalho
- License: mit
- Created: 2020-03-04T22:23:26.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T10:14:46.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T17:07:23.372Z (almost 2 years ago)
- Topics: game, react, responsive-tetris-game, styled-components, tetris
- Language: JavaScript
- Homepage: https://mpirescarvalho.github.io/react-tetris
- Size: 4.26 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Tetris
> Fully responsive tetris game built with ReactJS
## Live
You can find the application live here:
https://mpirescarvalho.github.io/react-tetris/
## Building
You'll need [Node.js](https://nodejs.org) installed on your computer in order to build this app.
```bash
$ git clone https://github.com/mpirescarvalho/react-tetris.git
$ cd react-tetris
$ npm install
$ npm run start
```Runs the app in the development mode.
## Contact