Skip to content

SSARCandy/colorblocks-react

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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/