From 2c7e47fc121014c1218d58248cd7c49cf2f38f0a Mon Sep 17 00:00:00 2001 From: Nathan Korth Date: Sat, 25 Feb 2012 10:34:26 -0500 Subject: 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 --- apps/plugins/SOURCES | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/plugins/SOURCES') diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index edc801362f..ff08074f82 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -116,6 +116,7 @@ metronome.c /* Lua needs at least 160 KB to work in */ #if PLUGIN_BUFFER_SIZE >= 0x80000 boomshine.lua +picross.lua lua_scripts.lua #ifdef HAVE_LCD_COLOR pixel-painter.lua -- cgit v1.2.3