https://github.com/jonathas/colorgrid
Connect all the squares of the same color
https://github.com/jonathas/colorgrid
game grid javascript
Last synced: 2 months ago
JSON representation
Connect all the squares of the same color
- Host: GitHub
- URL: https://github.com/jonathas/colorgrid
- Owner: jonathas
- License: gpl-2.0
- Created: 2016-02-14T00:27:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-14T00:33:20.000Z (over 10 years ago)
- Last Synced: 2025-03-06T12:16:42.412Z (over 1 year ago)
- Topics: game, grid, javascript
- Language: JavaScript
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ColorGrid

- Application renders the grid of similar size (e.g. 70x50) as displayed on the picture
- The grid squares are randomly filled with colors
- When user clicks on the filled square he/she copies its color (it is similar function like e.g. color picker tool in Gimp)
- Once the color is copied, clicking by the mouse cursor on the empty square, application fills the square with the already copied color
- Only empty squares can be filled with color, already filled squares cannot change their color
- Squares can be connected only by use of the same color they are.
- The goal is connecting all the squares of the same color