Skip to content

aleris/griddlers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Griddlers

Color Griddlers is a picture logic puzzle game in which cells in a grid must be colored or left blank according to numbers at the side of the grid to reveal a hidden picture. It is based on popular Nonograms pen and paper game. The game is also known as Paint by Numbers, Picross or Pic-a-Pix.

Home Screen Screenshot

Is a client side web app only. It saves progress in local storage.

Play it online

Dev

The game is developed in React with typescript.

To start it locally, you need to have node and yarn installed.

cd app
yarn install
yarn dev

Build

To build the app in app/dist folder, run:

cd app
yarn build

Play Example

Example Empty Example Filling Example Solved

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published