Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ssarcandy/colorblocks-react
A fun puzzle game implemented with React.js
https://github.com/ssarcandy/colorblocks-react
game puzzle-game react web-application
Last synced: about 1 month ago
JSON representation
A fun puzzle game implemented with React.js
- Host: GitHub
- URL: https://github.com/ssarcandy/colorblocks-react
- Owner: SSARCandy
- License: mit
- Created: 2017-01-23T03:32:47.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-25T13:17:09.000Z (about 8 years ago)
- Last Synced: 2024-11-09T14:37:06.544Z (3 months ago)
- Topics: game, puzzle-game, react, web-application
- Language: JavaScript
- Homepage: http://ssarcandy.tw/colorblocks-react/
- Size: 796 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# colorblocks-react
A fun puzzle game implemented with React.js
```
=======================================================================
!! 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.
※How To Play:
↑
←↓→
Use arrow keys to answer.
Input 0 to end this game.
=======================================================================
```## Screenshots
![](./screenshot/1.JPG)
![](./screenshot/3.jpg)
![](./screenshot/2.JPG)## Develop
### Install
```bash
$ npm install -g webpack webpack-dev-server
$ npm install
$ mkdir dist
$ cp index.html dist
```### Start Dev-server
```bash
$ npm run dev # start webpack-dev-server
```### Lint
```bash
$ npm run lint # run eslint
```### Build
```bash
$ npm build # build production version to dist/
```