showing 12 games

namepublisher(developer) arrow_downwardyeardescriptionplatform
Afternoon Stalker  ?2003 BSDlabelminimizeminimize
BurgerSpace ?2001 BSDlabelminimizeminimize
BurgerSpace  ?? Pandoralabelminimizeminimize
Cosmosmash ?2008 BSDlabelminimizeminimize
Afternoon Stalker  sarrazip2001 Linuxlabelimageminimize
Afternoon Stalker  sarrazip? BeOSlabelminimizeminimize
Batrachians sarrazip2004 Linuxlabelimageminimize
Batrachians sarrazip? BeOSlabelminimizeminimize
BurgerSpace sarrazip2001Burgerspace is a game where you are a chef and you must walk over hamburger ingredients (buns, meat, lettuce, tomatoes, cheese) to make them fall from floor to floor, until they end up in the plates at the bottom of the screen. Use the arrow keys to move the chef. However, you must do this while avoiding terrible enemies, such as eggs, sausages and pickles. You will die if they touch you, but you can spray pepper on them with the Control key to paralyze them temporarily.
Use those pepper shots sparingly however, because you only have a limited number of them. Pick up the treat that appears from time to time to obtain a new pepper shot.
[Package Manager Descrition]
Linuxlabelimagesubject
BurgerSpace sarrazip? BeOSlabelminimizeminimize
Cosmosmash sarrazip2000Shoot the falling hamburger debris. Shoot the pieces if your targets break up. Don't get smashed by your targets.***Two choices for installing.
1. Acquire and convert the RPM to DEB
2. Compile from source

Check here for resources <http://sarrazip.com/dev/cosmosmash.html>

1. One simple way for DEB systems is to install the dependencies and convert and install the RPM to DEB using alien in a terminal
$sudo apt-get update
$sudo apt-get install libflatzebra
$sudo alien -di cosmosmash-1.4.5-1.i686.rpm

===================================================================
2. How to Compile cosmosmash from source in Ubuntu (and possibly other NIXum)
===================================================================
$sudo apt-get install libflatzebra-dev checkinstall

Download the latest cosmosmash source code from http://sarrazip.com/dev/cosmosmash.html

These directories may need to be created first. It harms nothing to run this command anyway.
$sudo mkdir /usr/local/share/pixmaps /usr/local/share/applications /usr/local/share/doc /usr/local/share/sounds

Enter the directory where you extracted the cosmosmash source and build the project*
make clean
./configure
make

Use your package manager to remove any older version of cosmosmash you have*
Now to install*
$sudo checkinstall -Dy --pkgname cosmosmash-mybuild --arch i386

Check install will create a deb file with a name simular to cosmosmash-mybuild_1.4.5_i386.deb (based on the pkgname you chose and the version)
Use "--arch amd64" with checkinstall if you built for 64-bit (and are not on 64-bit).
Use "-Sy" to build a Slackware package
Use "-Ry" to build an RPM package
Slackware and RPM have additional options that can be infestigated with:
$man checkinstall

*These steps must be done every time to compile from source.
Linuxlabelimagesubject
Cosmosmash sarrazip? BeOSlabelminimizeminimize
permalink