1
0
Fork 0
forked from len0rd/rockbox

New plugin: Picross

Picross is a puzzle game also known as Picture Crossword, Nonograms, or
Paint By Numbers. See http://en.wikipedia.org/wiki/Nonogram for
information on how to play.

Update 1: nicer graphics with less images, fixed directory listing,
changed how the board works to make a lot of math more sane

Update 2: added missing rb.yield to viewPicture loop

Update 3: you can now save a game in progress

Update 4: fixed a file pointer leak, improved the numbers font

Update 5: no images, use vector num draw library add zoom, freedraw -- Bilgus

Change-Id: Idc476b46b6eaa10818400fa789701d5bac83467f
This commit is contained in:
Nathan Korth 2012-02-25 10:34:26 -05:00 committed by William Wilgus
parent 3ae48284c1
commit 2c7e47fc12
8 changed files with 872 additions and 0 deletions

View file

@ -82,6 +82,7 @@ pacbox,games
pdbox,viewers
pegbox,games
periodic_table,apps
picross,games
pictureflow,demos
pitch_detector,apps
pitch_screen,viewers