Just following instructions I found online. Apparently git was not in the repos
Check for the package "git-core", I think that is what it is called. Or usually if you try to run a command and don't have it installed, ubuntu will tell you the package name.
A somewhat decent app for browsing revision history is giggle.
EDIT: also if you do "apt-cache search git" that will give a list of potential packages.
Check for the package "git-core", I think that is what it is called. Or usually if you try to run a command and don't have it installed, ubuntu will tell you the package name.
A somewhat decent app for browsing revision history is giggle.
EDIT: also if you do "apt-cache search git" that will give a list of potential packages.
Made a few very minor changes:
Removed the SPACEBAR function of restarting the level. This was only for testing purposes and it's easy (and annoying) to press this by accident.
Changed player 2 controls from "s x z a" to "e f c s" to allow for easier keyboard sharing in local multiplayer.
EDIT: I've had a look, but can't solve this one myself. The hand drawn levels 4, 5 and 12 no longer load the correct background colour (180, 180, 180). Also for some reason I can no longer close the app with the x in the corner
EDIT 2: Also, the enemies used in the boss level are the same as in every other level. These need to be the bigger versions for any sort of challenge as well as being 50% faster than the player.
Can be simply done by changing:
"monster_01": "monster.png",
to "monster_01": "monsterBoss.png",
I'm still trying to understand how the levels are done now
what's the package called for the repo? I've grabbed updates twice both from fapman and terminal as a troubleshooter but cant seem to find it.
The package is "Omnom" (see package page http://maemo.org/packages/view/omnom/) but it is only available in extras-devel because there are still things to resolve before pushing it into extras-testing (and eventually extras).