Yann Benigot
03-16-2008, 03:28 PM
I made a port of LBreakout2 for ITOS2008.
What has been changed from the original code :
When the game asks you to choose between y (yes) or n (no), you can use the zoom keys : the + key is for "yes", the "-" key is for "no".
The original game uses the relative movement of the mouse to move the paddle. It is unplayable with a tablet. I edited client/paddle.c to make the paddle follow exactly the mouse when clicking on the left button. On the tablet, the paddle will follow your stylus.
The game can only do fullscreen. When the windowed mode was activated, it was unplayable.
Known problems :
The default online game server doesn't seem to work...
If you have a N800 without keyboard, using the level editor will be difficult because you have to type your name...
The port only do 640*480. The frame rate is a bit low, but the game is still playable.
http://yannbng.free.fr/Maemo/lbreakout2.png
Deb file here (http://yannbng.free.fr/Maemo/lbreakout2-2.6beta_7-1_armel.deb)
Modified source code (http://yannbng.free.fr/Maemo/lbreakout2-2.6beta-7.tar.gz)
What has been changed from the original code :
When the game asks you to choose between y (yes) or n (no), you can use the zoom keys : the + key is for "yes", the "-" key is for "no".
The original game uses the relative movement of the mouse to move the paddle. It is unplayable with a tablet. I edited client/paddle.c to make the paddle follow exactly the mouse when clicking on the left button. On the tablet, the paddle will follow your stylus.
The game can only do fullscreen. When the windowed mode was activated, it was unplayable.
Known problems :
The default online game server doesn't seem to work...
If you have a N800 without keyboard, using the level editor will be difficult because you have to type your name...
The port only do 640*480. The frame rate is a bit low, but the game is still playable.
http://yannbng.free.fr/Maemo/lbreakout2.png
Deb file here (http://yannbng.free.fr/Maemo/lbreakout2-2.6beta_7-1_armel.deb)
Modified source code (http://yannbng.free.fr/Maemo/lbreakout2-2.6beta-7.tar.gz)