SSARCandy / colorblocks-react

A fun puzzle game implemented with React.js

Home Page:http://ssarcandy.tw/colorblocks-react/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Develop

Install

$ npm install -g webpack webpack-dev-server
$ npm install
$ mkdir dist
$ cp index.html dist

Start Dev-server

$ npm run dev # start webpack-dev-server

Lint

$ npm run lint # run eslint

Build

$ npm build # build production version to dist/

About

A fun puzzle game implemented with React.js

http://ssarcandy.tw/colorblocks-react/

License:MIT License


Languages

Language:JavaScript 65.0%Language:CSS 25.8%Language:HTML 9.2%