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
- Host: GitHub
- URL: https://github.com/tokaa1/blockerino
- Owner: tokaa1
- License: mit
- Created: 2025-02-04T23:24:36.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-02-16T19:17:43.000Z (8 months ago)
- Last Synced: 2025-06-21T13:43:21.424Z (4 months ago)
- Topics: 2d, block-blast, expo, game, react-native, reanimated, tetris
- Language: TypeScript
- Homepage: https://tokaa1.github.io/blockerino/
- Size: 1.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.