summaryrefslogtreecommitdiff
path: root/apps/plugins/CATEGORIES
diff options
context:
space:
mode:
authorNathan Korth <nkorth@nkorth.com>2012-02-25 10:34:26 -0500
committerWilliam Wilgus <wilgus.william@gmail.com>2024-04-28 00:21:16 -0400
commit2c7e47fc121014c1218d58248cd7c49cf2f38f0a (patch)
tree1900db6cb35b94dcda6b93f0d2d0ba096979e796 /apps/plugins/CATEGORIES
parent3ae48284c1dcca3515785d15444d3dd4000cbfe5 (diff)
downloadrockbox-2c7e47fc121014c1218d58248cd7c49cf2f38f0a.tar.gz
rockbox-2c7e47fc121014c1218d58248cd7c49cf2f38f0a.zip
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
Diffstat (limited to 'apps/plugins/CATEGORIES')
-rw-r--r--apps/plugins/CATEGORIES1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/CATEGORIES b/apps/plugins/CATEGORIES
index 28b8b67c68..db0eb70fc4 100644
--- a/apps/plugins/CATEGORIES
+++ b/apps/plugins/CATEGORIES
@@ -82,6 +82,7 @@ pacbox,games
82pdbox,viewers 82pdbox,viewers
83pegbox,games 83pegbox,games
84periodic_table,apps 84periodic_table,apps
85picross,games
85pictureflow,demos 86pictureflow,demos
86pitch_detector,apps 87pitch_detector,apps
87pitch_screen,viewers 88pitch_screen,viewers