BrickMania game (currently only for H300 and iPod Color) from Ben Basha (Paprica) with modifications by me to use external bitmaps and make the code more (but not yet completely) compliant with Rockbox coding guidelines
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8428 a1c6a512-1295-4272-9138-f99709370657
|
@ -27,6 +27,10 @@ plasma.c
|
|||
#endif
|
||||
bejeweled.c
|
||||
bounce.c
|
||||
/* H300 and iPod Color/Video only */
|
||||
#if (LCD_WIDTH >= 220) && (LCD_HEIGHT >= 176) && (LCD_DEPTH == 16)
|
||||
brickmania.c
|
||||
#endif
|
||||
calculator.c
|
||||
chip8.c
|
||||
demystify.c
|
||||
|
|
|
@ -15,4 +15,24 @@ sudoku_normal.220x176x16.bmp
|
|||
sudoku_inverse.220x176x16.bmp
|
||||
#endif
|
||||
|
||||
/* Brickmania */
|
||||
|
||||
#if (LCD_WIDTH >= 220) && (LCD_HEIGHT >= 176) && (LCD_DEPTH == 16)
|
||||
brickmania_ball.220x176x16.bmp
|
||||
brickmania_bricks.220x176x16.bmp
|
||||
brickmania_gameover.220x176x16.bmp
|
||||
brickmania_help.220x176x16.bmp
|
||||
brickmania_menu_bg.220x176x16.bmp
|
||||
brickmania_no_resume.220x176x16.bmp
|
||||
brickmania_pads.220x176x16.bmp
|
||||
brickmania_powerups.220x176x16.bmp
|
||||
brickmania_quit.220x176x16.bmp
|
||||
brickmania_resume.220x176x16.bmp
|
||||
brickmania_sel_help.220x176x16.bmp
|
||||
brickmania_sel_resume.220x176x16.bmp
|
||||
brickmania_sel_quit.220x176x16.bmp
|
||||
brickmania_sel_start.220x176x16.bmp
|
||||
brickmania_start.220x176x16.bmp
|
||||
#endif
|
||||
|
||||
#endif /* HAVE_LCD_BITMAP */
|
||||
|
|
BIN
apps/plugins/bitmaps/native/brickmania_ball.220x176x16.bmp
Normal file
After Width: | Height: | Size: 134 B |
BIN
apps/plugins/bitmaps/native/brickmania_bricks.220x176x16.bmp
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
apps/plugins/bitmaps/native/brickmania_gameover.220x176x16.bmp
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
apps/plugins/bitmaps/native/brickmania_help.220x176x16.bmp
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
apps/plugins/bitmaps/native/brickmania_menu_bg.220x176x16.bmp
Normal file
After Width: | Height: | Size: 114 KiB |
BIN
apps/plugins/bitmaps/native/brickmania_no_resume.220x176x16.bmp
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
apps/plugins/bitmaps/native/brickmania_pads.220x176x16.bmp
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
apps/plugins/bitmaps/native/brickmania_powerups.220x176x16.bmp
Normal file
After Width: | Height: | Size: 1,014 B |
BIN
apps/plugins/bitmaps/native/brickmania_quit.220x176x16.bmp
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
apps/plugins/bitmaps/native/brickmania_resume.220x176x16.bmp
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
apps/plugins/bitmaps/native/brickmania_sel_help.220x176x16.bmp
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
apps/plugins/bitmaps/native/brickmania_sel_quit.220x176x16.bmp
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
apps/plugins/bitmaps/native/brickmania_sel_resume.220x176x16.bmp
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
apps/plugins/bitmaps/native/brickmania_sel_start.220x176x16.bmp
Normal file
After Width: | Height: | Size: 6.6 KiB |
BIN
apps/plugins/bitmaps/native/brickmania_start.220x176x16.bmp
Normal file
After Width: | Height: | Size: 6.6 KiB |