个人工具

“UbuntuHelp:RushingBender”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/RushingBender}}
 
{{From|https://help.ubuntu.com/community/RushingBender}}
{{Languages|php5}}
+
{{Languages|UbuntuHelp:RushingBender}}
 
Parent: [[UbuntuHelp:Games]]
 
Parent: [[UbuntuHelp:Games]]
  
第40行: 第40行:
 
replace <code><nowiki>/path/</nowiki></code> with your path
 
replace <code><nowiki>/path/</nowiki></code> with your path
 
----
 
----
CategoryGames CategoryDocumentation
+
[[category:CategoryGames]] [[category:CategoryDocumentation]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年5月14日 (一) 11:38的版本

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

( link seems to be down at the moment )

Installation

Make a directory where you want to have the game installed and move the zip.

mkdir rushing_bender
mv rushing_bender_1.01.zip /path/rushing_bender/

replace /path/ with yor path

Extract the archive:

unzip rushing_bender_1.01.zip

Change permission

chmod +x /path/rushing_bender/rushing_bender*

replace /path/ 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 ERROR: FmodPLayer: error loading Stream from fileresources/sound/menu.mp3 on startup. ---UbuntuHelp:Philbull

Start

You start the game with the following command:

/path/rushing_bender/rushing_bender.sh

replace /path/ with your path