Author Topic: New Game: Burgerspace  (Read 2898 times)

rgrep

  • Full Member
  • ***
  • Posts: 149
    • View Profile
New Game: Burgerspace
« on: May 09, 2005, 06:06:15 am »
I've just compiled by latest favourite game for pdaXrom!

Quote
BurgerSpace is a clone of the classic game "BurgerTime".  In it, you play the part of a chef who must create burgers by stepping repeatedly on the ingredients until they fall into place.  And to make things more complicated, you also must avoid evil animate food items while performing this task, with nothing but your trusty pepper shaker to protect you.
You can grab it from my unstable feed.

I had to patch it to support 640x480 but it looks perfect in full-screen mode.  Even though it uses SDL it doesn't seem to work correctly when not running under X.  Ignore the burgerspace-sounds package since running it without --no-sound produces an error.  I will try to fix this if anyone needs sound.

http://sarrazip.com/dev/burgerspace.html

[img]http://www3.sympatico.ca/sarrazip/dev/images/burgerspace-1.png\" border=\"0\" class=\"linked-image\" /]

NB: This screenshot is not from my 640x480 version.
[img]https://www.oesf.org/forums/style_emoticons/default/smile.gif\" border=\"0\" class=\"linked-sig-image\" /] Has: Dynamism C760 / Linksys WCF12 WiFi / Kingston 512MB SD
[img]https://www.oesf.org/forums/style_emoticons/default/biggrin.gif\" border=\"0\" class=\"linked-sig-image\" /] Loves: pdaXrom / Warwalking
[img]https://www.oesf.org/forums/style_emoticons/default/sad.gif\" border=\"0\" class=\"linked-sig-image\" /] Hates: NetGear MA701 WiFi / SanDisk 256MB SD / C760 Charging Faults

gromituk

  • Full Member
  • ***
  • Posts: 207
    • View Profile
New Game: Burgerspace
« Reply #1 on: May 09, 2005, 06:38:23 pm »
Ooh thanks - downloaded and it looks fun!  Sound would be a nice bonus tho I think!

rgrep

  • Full Member
  • ***
  • Posts: 149
    • View Profile
New Game: Burgerspace
« Reply #2 on: May 10, 2005, 05:13:30 am »
Quote
Even though it uses SDL it doesn't seem to work correctly when not running under X.
The blinking graphics problem can be fixed by running it like so:

Code: [Select]
SDL_NOMOUSE=1 burgerspace --full-screen --no-sound
« Last Edit: May 10, 2005, 05:15:48 am by rgrep »
[img]https://www.oesf.org/forums/style_emoticons/default/smile.gif\" border=\"0\" class=\"linked-sig-image\" /] Has: Dynamism C760 / Linksys WCF12 WiFi / Kingston 512MB SD
[img]https://www.oesf.org/forums/style_emoticons/default/biggrin.gif\" border=\"0\" class=\"linked-sig-image\" /] Loves: pdaXrom / Warwalking
[img]https://www.oesf.org/forums/style_emoticons/default/sad.gif\" border=\"0\" class=\"linked-sig-image\" /] Hates: NetGear MA701 WiFi / SanDisk 256MB SD / C760 Charging Faults

gromituk

  • Full Member
  • ***
  • Posts: 207
    • View Profile
New Game: Burgerspace
« Reply #3 on: May 10, 2005, 09:58:19 am »
Good tip.  How do I do this automatically (from the icon on the menu)?  I guess I could rename the executable, then make a little shell script with the original executable name which simply runs the new one with the options you give, but that is hardly elegant.  But can they be added to a menu setup file somewhere instead?