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
- Host: GitHub
- URL: https://github.com/Tym17/Colorflood
- Owner: Tym17
- License: mit
- Created: 2018-07-08T10:12:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-05T20:26:38.000Z (almost 7 years ago)
- Last Synced: 2024-05-28T16:04:34.466Z (12 months ago)
- Topics: browser-game, colorflood, game, puzzle, react, tiny
- Language: JavaScript
- Homepage: https://tym17.github.io/Colorflood/
- Size: 438 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.