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:
Zakk Roberts 2007-01-02 02:00:15 +00:00
parent f8fcbafd12
commit e367ec3a38
3 changed files with 1129 additions and 0 deletions

View file

@ -36,6 +36,7 @@ flipit.c
#ifdef HAVE_LCD_BITMAP /* Not for the Player */
disktidy.c
mazezam.c
text_editor.c
/* Plugins needing the grayscale lib on low-depth LCDs */

1127
apps/plugins/mazezam.c Normal file

File diff suppressed because it is too large Load diff

View file

@ -261,3 +261,4 @@ Tobias Langhoff
Steve Gotthardt
Greg White
Mattieu Favréaux
Malcolm Tyrrell