Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#5134 - Multiplayer multi-screen tetris plugin

Attached to Project: Rockbox
Opened by Kévin Ferrare (TiMiD) - Saturday, 15 April 2006, 19:50 GMT+2
Last edited by Kévin Ferrare (TiMiD) - Wednesday, 17 December 2008, 01:02 GMT+2
Task Type Patches
Category Games
Status Closed
Assigned To Kévin Ferrare (TiMiD)
Player Type All players
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Private No

Details

I've rewritten from scratch the tetris plugin using the multi-screen API and some existings bitmaps.

If the unit has a remote display, 2 players can play at the same time ; the user can also choose in single mode to play on the main screen or on the remote.
Compared to the two other tetris in CVS, this one uses bitmap blocks, has an animation on line break, and is more configurable.

Here is a screenshot of it running on the H1x0 (it actually runs on all supported targets that have a bitmap display)
http://timidzone.free.fr/pub/capture_tetris3.png

If it's ok, I can commit it.
   tetris_bitmaps.tar.gz (53.3 KiB)
   tetris_plugin.diff (35.8 KiB)
 apps/plugin.c                            |    9 
 apps/plugin.h                            |    9 
 apps/plugins/SOURCES                     |    1 
 apps/plugins/tetris.c                    | 1125 +++++++++++++++++++++++++++++++
 apps/plugins/bitmaps/mono/SOURCES        |    6 
 apps/plugins/bitmaps/native/SOURCES      |   20 
 apps/plugins/bitmaps/remote_mono/SOURCES |    5 
 7 files changed, 1173 insertions(+), 2 deletions(-)

This task depends upon

Closed by  Kévin Ferrare (TiMiD)
Wednesday, 17 December 2008, 01:02 GMT+2
Reason for closing:  Later
Additional comments about closing:  Maybe for another time
Comment by Eli Sherer (elisherer) - Sunday, 16 April 2006, 08:45 GMT+2
I think it's really too much :)
Comment by Kévin Ferrare (TiMiD) - Monday, 17 April 2006, 04:05 GMT+2
Hmm I'm thinking about once thing :
Since this one can handles vertical and horizontal orientations for board very easily, it could also replace the old rockblox for the archos.
This could be a good thing (having 2 tetris plugins is stupid anyway ^^)
Comment by Peter D'Hoye (petur) - Friday, 03 August 2007, 23:42 GMT+2
Kévin, since we already have a new teris clone now, should this one be dropped?
Comment by Kévin Ferrare (TiMiD) - Saturday, 04 August 2007, 01:31 GMT+2
No way ^^
This one is better and does work with 2 players on the remote, it's a must have !
Comment by Johannes Linke (Jaykay) - Tuesday, 16 December 2008, 16:11 GMT+2
i think this should be closed, although the tetris in svn lacks the multiplayer mode...

Loading...