Skip to content

justinmwarner/Picogram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Picogram

What is it

You know those games you used to play with numbers on the side that when you filled in the correct cells on a grid, it formed a picture?

Of course you don't! But that's what this is!

Take a picture, use existing pictures on your mobile device, or even pictures from the internet! Transform these in to playable games.

Share with your friends (TBI) Race against people (TBI) And play an infinite number of games! All for free!

How to set up

  1. Pull the code.
  2. Import in to Eclipse.
  3. Code.

How to play

So, this puzzle is normally called: * Griddler * Nonogram.
* Hanjie * Paint by Numbers

The numbers on the left and top of the grid represent the number of blocks you have in a consecutive row. They can be multiple colors, and in some cases, can be triangles (We're not interested in this). You build your picture based on these hints. So if we have a grid that looks like such:

2 4 4 2
2
4
4
2

Becomes:

2 4 4 2
2 X X
4 X X X X
4 X X X X
2 X X

You can find more out here.

Releases

No releases published

Packages

No packages published

Languages