Patch #5416 by Malcolm Tyrrell - Mazezam, a puzzle game. Move sliding blocks horizontally to reach the exit of each level. Should work on all bitmap-LCD targets.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11882 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f8fcbafd12
commit
e367ec3a38
3 changed files with 1129 additions and 0 deletions
|
@ -36,6 +36,7 @@ flipit.c
|
||||||
|
|
||||||
#ifdef HAVE_LCD_BITMAP /* Not for the Player */
|
#ifdef HAVE_LCD_BITMAP /* Not for the Player */
|
||||||
disktidy.c
|
disktidy.c
|
||||||
|
mazezam.c
|
||||||
text_editor.c
|
text_editor.c
|
||||||
|
|
||||||
/* Plugins needing the grayscale lib on low-depth LCDs */
|
/* Plugins needing the grayscale lib on low-depth LCDs */
|
||||||
|
|
1127
apps/plugins/mazezam.c
Normal file
1127
apps/plugins/mazezam.c
Normal file
File diff suppressed because it is too large
Load diff
|
@ -261,3 +261,4 @@ Tobias Langhoff
|
||||||
Steve Gotthardt
|
Steve Gotthardt
|
||||||
Greg White
|
Greg White
|
||||||
Mattieu Favréaux
|
Mattieu Favréaux
|
||||||
|
Malcolm Tyrrell
|
||||||
|
|
Loading…
Reference in a new issue