This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Feature requests · Rockbox frontpage
FS#5725 - New Puzzle Game "PegBox"
Attached to Project:
Rockbox
Opened by Tom Ross (midgey34) - Thursday, 27 July 2006, 06:54 GMT+2
Last edited by Robert Kukla (roolku) - Friday, 04 April 2008, 20:43 GMT+2
Opened by Tom Ross (midgey34) - Thursday, 27 July 2006, 06:54 GMT+2
Last edited by Robert Kukla (roolku) - Friday, 04 April 2008, 20:43 GMT+2
|
DetailsThis game is called PegBox and it is based off of Pegs for the TI-83 by Detached Solutions (www.detachedsolutions.com). The object of the game is to clear the board of all of the pieces, or pegs, in order to advance to the next level. This can be done by matching up two similar pegs so that they disappear or by pushing them down the holes. If two triangles are pushed together, they form a wall and if a square is pushed into a hole, the hole is filled. Beware: Falling down a hole or pushing together two unlike pegs will result in a restart of the level.
The game should run on all supported Rockbox targets. * It would be nice to get some better graphics for this as the current ones are rather simple. * More level designs would be nice as well; this version contains 15 levels. * Some input on keymapping would be nice as well. The buttons may feel awkward. |
This task depends upon
To use: patch with -p0 and add the bitmaps from the above zip file
CC jewels.220x176x16.c
BMP2RB minesweeper_tiles.16x16x24.bmp
CC minesweeper_tiles.16x16x24.c
make[3]: *** No rule to make target `pegbox_menu_top.176x46x16.bmp', needed by `/cygdrive/c/cygwin/b
in/rockbox/build/apps/plugins/bitmaps/native/pegbox_menu_top.176x46x16.c'. Stop.
build pluginlink.lds
CC battery_bench.c
rm /cygdrive/c/cygwin/bin/rockbox/build/apps/plugins/battery_bench.o
make[1]: *** [rocks] Error 2
make: *** [build] Error 2
I have the bitmaps where they belong. Any clues? Thanks in advance.