This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#5535 - Chopper game
|
Detailshelicopter game based on http://www.hurtwood.demon.co.uk/Fun/copter.swf
ported from ipod linux by me http://ipodlinux.org/Chopper Screen dumps: http://img149.imageshack.us/my.php?image=dump0606121606443ds.png http://img92.imageshack.us/my.php?image=dump00042rf.png comments? :P |
This task depends upon
Closed by Dave Chapman (linuxstb)
Friday, 16 February 2007, 02:24 GMT+2
Reason for closing: Accepted
Additional comments about closing: Committed.
Friday, 16 February 2007, 02:24 GMT+2
Reason for closing: Accepted
Additional comments about closing: Committed.
is fun to play as well, good idea!
But the game seems pretty good. Good idea!
please, fix it and commit it :)
thanks
Ben.
Some comments:
* Some #defines aren't used anywhere in the plugin. These should be removed. (I guess that they were copied from Brickmania :) )
* The source code allows setting the level mode to steep (LEVEL_MODE_STEEP) but that can't be changed anywhere in the interface.
* amiconn wants to ban all custom menus from plugins. Could you try using the rockbox menu api ?
* Would it be possible to add an option to use a more realistic acceleration/deceleration scheme ? Some thing like when you press the Action button you get a 1px/s² upwards acceleration and when you don't you get a -2px/s² downwards acceleration. (and add some max/min speed limits if needed) (the 1 and -2 values are kind of random and would need to be adjusted to something fun)
* when restarting the game really fast (less than a second i guess), it uses the same level again. Must be due to some call to srand( clock time in seconds ) i guess.
* it'd be nice to have at least the first full screen without any bars so that you can't loose directly upon game start.
...
rb->set_option("Level", iLevelMode, INT, levels, 2, NULL);
...
IMHO you must use &iLevelMode
I get
debian:~/rockbox# patch -p0 < chopper.patch
patching file apps/plugins/SOURCES
Hunk #1 FAILED at 84.
1 out of 1 hunk FAILED -- saving rejects to file apps/plugins/SOURCES.rej
patching file apps/plugins/chopper.c