View Single Post
FRuMMaGe's Avatar
Posts: 330 | Thanked: 483 times | Joined on Dec 2010 @ Norwich, UK
#43
Originally Posted by epage View Post
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
Attached Files
File Type: gz changes.tar.gz (4.9 KB, 77 views)
__________________
OMNOM: Pacman-like game now in extras-devel

fAircrack (Aircrack GUI): Point-and-click pwnage for your N900
Now with John the Ripper integration

Last edited by FRuMMaGe; 2010-12-30 at 16:28.