https://github.com/ssarcandy/colorblocks-react-native
🎮 A fun puzzle game for both iOS and Android devices, implemented with React Native.
https://github.com/ssarcandy/colorblocks-react-native
android ios puzzle-game react-native
Last synced: 2 days ago
JSON representation
🎮 A fun puzzle game for both iOS and Android devices, implemented with React Native.
- Host: GitHub
- URL: https://github.com/ssarcandy/colorblocks-react-native
- Owner: SSARCandy
- Created: 2017-01-28T07:29:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-11T16:14:50.000Z (almost 5 years ago)
- Last Synced: 2025-04-01T05:02:15.778Z (22 days ago)
- Topics: android, ios, puzzle-game, react-native
- Language: JavaScript
- Homepage: https://play.google.com/store/apps/details?id=com.colorblocksrn
- Size: 7.66 MB
- Stars: 7
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ColorBlocks - React Native
A fun puzzle game for both iOS and Android devices, implemented with React Native.
The code-base are **99.9%** same for iOS and Android version.
It is ported from my original React version [colorblocks-react](https://github.com/SSARCandy/colorblocks-react)```
=======================================================================
!! Welcome to COLOR - BLOCK !!
=============================Introduction==============================
Answer the color that didn't appear in Questions.
You have 60 sec to answer these questions.
You will get bonus time if you get 10 combo corrects.
=======================================================================
```
## Screenshots

## Run The Project
### Android
1. Start android emulator
2. `react-native run-android`### iOS
1. Start iOS simulator
2. `react-native run-ios`