An open API service indexing awesome lists of open source software.

https://github.com/Tym17/Colorflood

Tiny React Game
https://github.com/Tym17/Colorflood

browser-game colorflood game puzzle react tiny

Last synced: 2 months ago
JSON representation

Tiny React Game

Awesome Lists containing this project

README

        

# Colorflood

Little game using React for learning purposes.

This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).

## How to play

Click on a color under the "Selected color" menu, it will changes the colors of squares having the same color as the one at the top left. The objective is to fill the board with a single color. You can go back to specific moves to see if you can beat a random generated board in less or more moves.

## Available Scripts

In the project directory, you can run:

`yarn install`

Installs all the node modules required to run the development build.

`yarn start`

Runs the app in the development mode.

Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.

You will also see any lint errors in the console.

`yarn build`

Minifies the files and optimizes them for production.

`yarn run deploy`

Deploys the app on the specified homepage in `package.json`.

## Supported Browsers

By default, the generated project uses the latest version of React.

You can refer [to the React documentation](https://reactjs.org/docs/react-dom.html#browser-support) for more information about supported browsers.