个人工具

UbuntuHelp:RushingBender

来自Ubuntu中文

Oneleaf讨论 | 贡献2007年5月13日 (日) 11:45的版本 (New page: {{From|https://help.ubuntu.com/community/RushingBender}} {{Languages|php5}} Parent: UbuntuHelp:Games Rushing Bender is a single and a multiplayer racing game. You are the robot '''Ben...)

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航, 搜索

Parent: UbuntuHelp:Games

Rushing Bender is a single and a multiplayer racing game. You are the robot Bender from the TV series Futurama, and must reach the finish on a futuristic hoover as fast as possible.

Download

wget -c http://www.aacm.ch/rb/rel/rushing_bender_1.01.zip
</code>

( link seems to be down at the moment )

== Installation ==
Make a directory where you want to have the game installed and move the zip.
<pre>
mkdir rushing_bender
mv rushing_bender_1.01.zip /path/rushing_bender/
</code>
replace <code>/path/</code> with yor path

Extract the archive:
<pre>
unzip rushing_bender_1.01.zip
</code>

Change permission
<pre>
chmod +x /path/rushing_bender/rushing_bender*
</code>
replace <code>/path/</code> with your path

'''Note:''' These instructions do not appear to work on Ubuntu Edgy (6.10). An extra dependency (libavifile-0.7c2) must be installed, but even then the program crashes with error <code>ERROR:  FmodPLayer: error loading Stream from fileresources/sound/menu.mp3</code> on startup. ---[[UbuntuHelp:Philbull]]

== Start ==
You start the game with the following command:
<pre>
/path/rushing_bender/rushing_bender.sh
</code>
replace <code>/path/</code> with your path
----
CategoryGames CategoryDocumentation

[[category:UbuntuHelp]]