An open API service indexing awesome lists of open source software.

https://github.com/tokaa1/blockerino

Block-Blast clone
https://github.com/tokaa1/blockerino

2d block-blast expo game react-native reanimated tetris

Last synced: 5 days ago
JSON representation

Block-Blast clone

Awesome Lists containing this project

README

          

# blockerino: 8x8 grid, break lines!
Web and mobile Block Blast-style puzzle game. Place blocks and break lines for score.

#### In-game screenshot

### Installation
1. Clone the repo
```bash
git clone https://github.com/tokaa1/blockerino.git
```
2. Install dependencies
```bash
npm install
```
3. Run the dev server
```bash
npm start
```
blockerino uses Expo - you can use Expo Go, emulators, or the web to run.