https://github.com/Aimekram/color_crush
Browser game with colored blocks - React+Redux
https://github.com/Aimekram/color_crush
browser-game color-crush
Last synced: 2 months ago
JSON representation
Browser game with colored blocks - React+Redux
- Host: GitHub
- URL: https://github.com/Aimekram/color_crush
- Owner: Aimekram
- Created: 2020-10-25T09:13:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-11T20:05:57.000Z (over 4 years ago)
- Last Synced: 2023-05-26T21:31:12.731Z (almost 2 years ago)
- Topics: browser-game, color-crush
- Language: JavaScript
- Homepage: https://aimekram.github.io/color_crush
- Size: 577 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Color Crush
Browser game with clicking, disappearing blocks and a lot of colors (not really).
### To play
* go to [https://aimekram.github.io/color_crush](https://aimekram.github.io/color_crush)
### To run the project locally
* clone this repository
* go to /color_crush folder and run: `npm install` to install all needed dependencies
* run: `npm start`
* open [http://localhost:3000](http://localhost:3000) to view it in your browser### Technologies used:
* React.js
* Styled Components
* Redux