1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://docbook.org/xml/4.2/docbookx.dtd">
<chapter>
<title>Ubuntu and Games</title>
<para><emphasis role="strong">Objectives</emphasis></para>
<para>In this lesson, you will learn how to:
<itemizedlist>
<listitem><para>Find and install games on Ubuntu</para></listitem>
<listitem><para>Play some of the more popular Ubuntu games</para></listitem>
<listitem><para>Configurations for other games</para></listitem>
</itemizedlist>
</para>
<sect1>
<title>Installing Games on Ubuntu</title>
<para>Gaming on Linux has been a point of discussion for a long time.
There is a strong argument that developing the gaming culture on Linux could contribute to its
commercialisation. An accepted fact is that it is a challenge for the
programmers to create competitive, open source games that match the sophistication
that proprietary games provide. However, constant support from the developers,
users and the community at large have made it possible to develop open source
games that can give some proprietary games a run for their money.</para>
<para>The default installation package of Ubuntu 7.10 comes with 17 Ubuntu
games, including Aisleriot, Solitaire, Gnometris and Mines. In addition, you can
install many games from other repositories. Different repositories store software according to their
proprietary status and the level of support each software receives from Canonical and the Ubuntu
community. This was covered in Lesson 1.</para>
<instructornote><title>Instructor Notes:</title><para><emphasis role="italic">Understanding repositories is
important because games are located in various repositories. You may need to recap on
Lesson 1. Pre-install the two games covered in the lesson on every computer prior to starting the day or session otherwise
this will take up too much time during class.</emphasis></para>
</instructornote>
<note><title><emphasis role="strong">Note:</emphasis></title>
<para>Enabling a repository is a one-time task. You do not have to
enable the repositories every time before installing software.</para></note>
<sect2>
<title>Installing a Game from a Repository</title>
<para><emphasis role="strong">Add/Remove Applications</emphasis> and
<emphasis role="strong">Synaptic Package Manager</emphasis> are the
Graphical User Interfaces (GUI) that enables you to install applications
from the Ubuntu repositories. You can also install or remove an application
by using Terminal. However, using <emphasis role="strong">Add/Remove
Applications</emphasis> is the easiest way to install a game on your
computer.</para>
<para>To install a game from a repository:
<orderedlist numeration="arabic">
<listitem><para>On the <emphasis role="strong">Applications</emphasis>
menu, select <emphasis role="strong">Add/Remove</emphasis>.</para>
<figure><title><emphasis role="italic">Launching Add/Remove</emphasis></title>
<mediaobject><imageobject>
<imagedata fileref="images/Lesson06_images_001.png" format="PNG" />
</imageobject></mediaobject>
</figure>
</listitem>
<listitem><para>In the <emphasis role="strong">Add/Remove Applications
</emphasis> window, select <emphasis role="strong">Games</emphasis>
from the left pane of the window to display a list of games in the top
section of the right pane, along with the popularity of each game among
users. The bottom section in the right pane displays a brief description
of the game selected in the top section.</para>
<figure><title><emphasis role="italic">Add/Remove Applications window</emphasis></title>
<mediaobject><imageobject>
<imagedata fileref="images/Lesson06_images_002.png" format="PNG" />
</imageobject></mediaobject>
</figure>
</listitem>
<listitem><para>The right pane, by default, displays the games supported
by Canonical Limited. To change the list of games, click
<emphasis role="strong">Supported Applications</emphasis> and select the
appropriate option from the drop-down list.</para>
<figure><title><emphasis role="italic">Changing List Option</emphasis></title>
<mediaobject><imageobject>
<imagedata fileref="images/Lesson06_images_003.png" format="PNG" />
</imageobject></mediaobject>
</figure>
</listitem>
<listitem><para>You can navigate through the list of games or search a
game by its name. To initiate a search, type the name of the game in the
<emphasis role="strong">Search</emphasis> box and press Enter. The top
section of the right pane displays the search results. Select the check
box next to the game to mark it for installation and click
<emphasis role="strong">Apply Changes</emphasis>. A dialogue box opens,
which requires confirmation to proceed with the installation.</para>
<figure><title><emphasis role="italic">Searching a Game</emphasis></title>
<mediaobject><imageobject>
<imagedata fileref="images/Lesson06_images_004.png" format="PNG" />
</imageobject></mediaobject>
</figure>
<note><title><emphasis role="strong">Note:</emphasis></title>
<para>The search result is dependent on the display mode selected
in the previous step. To widen the scope of search, select
<emphasis role="strong">All Available Applications</emphasis> in the <emphasis role="strong">Show</emphasis>
drop-down list.</para></note>
<tip><title><emphasis role="strong">Nice to Know:</emphasis></title>
<para>To remove a game from your computer, clear the check box next
to that game and click <emphasis role="strong">Apply Changes</emphasis>.</para></tip>
</listitem>
<listitem><para>In the confirmation dialogue box, click
<emphasis role="strong">Apply</emphasis> to proceed with the installation
or click <emphasis role="strong">Cancel</emphasis> to return to the
<emphasis role="strong">Add/Remove Applications</emphasis> window.</para>
<figure><title><emphasis role="italic">Confirming Changes</emphasis></title>
<mediaobject><imageobject>
<imagedata fileref="images/Lesson06_images_005.png" format="PNG" />
</imageobject></mediaobject>
</figure>
</listitem>
<listitem><para>After the installation of the game is complete, a dialogue
box confirms the installation and provides the option to start the
installed game, return to the <emphasis role="strong">Add/Remove Applications
</emphasis> window or close it. Select the appropriate option in the dialogue
box.</para>
<figure><title><emphasis role="italic">Dialogue Box Confirming Installation</emphasis></title>
<mediaobject><imageobject>
<imagedata fileref="images/Lesson06_images_006.png" format="PNG" />
</imageobject></mediaobject>
</figure>
</listitem>
<listitem><para>To launch the installed game from the desktop, point to
<emphasis role="strong">Games</emphasis> on the <emphasis role="strong">
Applications</emphasis> menu and click the name of the game to launch
it.</para>
<figure><title><emphasis role="italic">Launching a Game</emphasis></title>
<mediaobject><imageobject>
<imagedata fileref="images/Lesson06_images_007.png" format="PNG" />
</imageobject></mediaobject>
</figure>
</listitem>
</orderedlist>
</para>
<para>Let's play!</para>
</sect2>
</sect1>
<sect1>
<title>Playing Ubuntu Games</title>
<instructornote><title>Instructor Notes:</title><para><emphasis role="italic">Allow the students to play these games for about 10 - 15 minutes.</emphasis></para>
</instructornote>
<para>Playing a game on Ubuntu is no different than playing it on any other Graphical
User Interface (GUI)-based operating system. There are no pre-requisites to play these games and the real fun is in exploring
these games yourself.</para>
<note><title><emphasis role="strong">Note:</emphasis></title>
<para>Ensure that you have hardware-accelerated 3D drivers installed
for your video card.</para></note>
<instructornote><title>Instructor Notes:</title><para><emphasis role="italic">To configure 3D acceleration on video cards see lesson 3 of this course or visit the
following Web site: <ulink url="http://doc.ubuntu.com/ubuntu/desktopguide/C/graphics-cards.html">http://doc.ubuntu.com/ubuntu/desktopguide/C/graphics-cards.html</ulink>.</emphasis></para>
</instructornote>
<sect2>
<title>Playing Frozen-Bubble</title>
<para>In Frozen-Bubble, you attempt to shoot bubbles into groups of the same
colour to cause them to pop. Frozen-Bubble is a clone of the popular Puzzle
Bobble game and features 100 single-player levels, two-player mode, music and
striking graphics. You can play this game with another player on your Local
Area Network (LAN) or invite a player on the Internet to play. Frozen-Bubble is not in the list of default games so you
should install it from the Universe repository.</para>
<note><title><emphasis role="strong">Note:</emphasis></title>
<para>This game does not have the option to turn off the sound. Therefore, if
you are playing this game at your workplace and do not want other people to
know, ensure that the speakers are turned off before launching
this game.</para></note>
<para>To play Frozen-Bubble:
<orderedlist numeration="arabic">
<listitem><para>On the <emphasis role="strong">Applications</emphasis>
menu, point to <emphasis role="strong">Games</emphasis> and click
<emphasis role="strong">Frozen-Bubble</emphasis> to launch the game.</para>
<figure><title><emphasis role="italic">Launching Frozen-Bubble</emphasis></title>
<mediaobject><imageobject>
<imagedata fileref="images/Lesson06_images_008.png" format="PNG" />
</imageobject></mediaobject>
</figure>
</listitem>
<listitem><para>The <emphasis role="strong">Frozen-Bubble 2</emphasis>
window lists options to select the playing mode, customise the levels,
change the resolution of the graphics, specify the keys on your keyboard
with which you want to play this game or view the high scores list.</para>
<figure><title><emphasis role="italic">Frozen-Bubble Main Menu</emphasis></title>
<mediaobject><imageobject>
<imagedata fileref="images/Lesson06_images_009.png" format="PNG" />
</imageobject></mediaobject>
</figure>
</listitem>
<listitem><para>To start playing the game in single player mode, select
<emphasis role="strong">START 1P GAMe</emphasis> and press
<emphasis role="strong">Enter</emphasis> to display the
<emphasis role="strong">Start 1- player game menu</emphasis>. Select
<emphasis role="strong">PLAY DEFAULT LEVEL SeT</emphasis> and press
<emphasis role="strong">Enter</emphasis> to launch Level 1 of the
game.</para>
<figure><title><emphasis role="italic">Single Player Game Menu</emphasis></title>
<mediaobject><imageobject>
<imagedata fileref="images/Lesson06_images_010.png" format="PNG" />
</imageobject></mediaobject>
</figure>
<note><title><emphasis role="strong">Note:</emphasis></title>
<para>Use the up or down arrow keys to navigate through the
options.</para></note>
</listitem>
<listitem><para>The aim of the game is to prevent the bubbles from
reaching the penguin next to the igloo. At the start of the game, you
will see an arrangement of coloured bubbles on the window, a bubble
gun that contains a bubble, and a pointer. Use the left and right arrow
keys to change the direction of the pointer and the space bar to fire
the bubble. To pop the bubbles, you should hit at least three bubbles
of the same colour. If the fired bubble hits a bubble of a different
colour, it sticks to that bubble and is added to the arrangement.</para>
<figure><title><emphasis role="italic">Playing Window</emphasis></title>
<mediaobject><imageobject>
<imagedata fileref="images/Lesson06_images_011.png" format="PNG" />
</imageobject></mediaobject>
</figure>
</listitem>
<listitem><para>You have to fire the bubble from the bubble gun within
seven seconds of firing the previous one; else, a <emphasis role="strong">
Hurry</emphasis> warning flashes three times and the bubble gun fires the
bubble automatically. The bubble appearing in the igloo window is the next
bubble to appear in the gun.</para>
<figure><title><emphasis role="italic">Flashing Hurry Warning</emphasis></title>
<mediaobject><imageobject>
<imagedata fileref="images/Lesson06_images_012.png" format="PNG" />
</imageobject></mediaobject>
</figure>
<para>To add to the plight of the poor penguin, FB-01 and FB-02 keep
pushing the plank towards the penguin, reducing the area for the bubble
arrangement.</para>
</listitem>
<listitem><para>If you succeed in popping all the bubbles, you win!
You can then press any key to proceed to the next level; else,
you will lose the round and will not be able to proceed to the next level
until you win the current round.</para>
<figure><title><emphasis role="italic">Displaying Level Results</emphasis></title>
<mediaobject><imageobject>
<imagedata fileref="images/Lesson06_images_013.png" format="PNG" />
</imageobject></mediaobject>
</figure>
<note><title><emphasis role="strong">Note:</emphasis></title>
<para>Press the <emphasis role="strong">ESC</emphasis> key to go back to
the previous window or close the application.</para></note>
</listitem>
<listitem><para>If you leave the game after achieving a high score,
type your name in the window that opens and press Enter to display
the high score listings. In the list, you can view the level you
reached and the time taken to reach that level. Press
<emphasis role="strong">ESC</emphasis> to return to the main menu.</para>
<figure><title><emphasis role="italic">High Score Windows</emphasis></title>
<mediaobject><imageobject>
<imagedata fileref="images/Lesson06_images_014.png" format="PNG" />
</imageobject></mediaobject>
</figure>
</listitem>
</orderedlist>
</para>
<para>If you do not like the pre-defined arrangement of the bubbles, you can
create your own arrangement by selecting <emphasis role="strong">Level editor
</emphasis> from the main menu.</para>
<instructornote><title>Instructor Notes:</title><para><emphasis role="italic">If time permits, ask the learners to use the level
editor, create some arrangements of their own and try the other options in the
window.</emphasis></para>
</instructornote>
</sect2>
<sect2>
<title>Playing PlanetPenguin Racer</title>
<para>PlanetPenguin Racer, also called ppracer, is a simple OpenGL racing game
featuring Tux, the Linux mascot. This game is based on the popular Linux game
Tux Racer. The goal of the game is to slide down a snow- and ice-covered mountain
as quickly as possible, avoiding the trees and rocks that will slow you down.</para>
<para>To play PlanetPenguin Racer:
<orderedlist numeration="arabic">
<listitem><para>Install the <emphasis role="strong">planetpenguin-racer</emphasis>
package from the Universe repository.</para></listitem>
<listitem><para>On the <emphasis role="strong">Applications</emphasis>
menu, point to <emphasis role="strong">Games</emphasis> and click
<emphasis role="strong">Planet Penguin Racer</emphasis> to launch the
game.</para>
<figure><title><emphasis role="italic">Launching PlanetPenguin Racer</emphasis></title>
<mediaobject><imageobject>
<imagedata fileref="images/Lesson06_images_015.png" format="PNG" />
</imageobject></mediaobject>
</figure>
</listitem>
<listitem><para>Press any key on the keyboard to proceed to the next
window.</para>
<figure><title><emphasis role="italic">Starting Window</emphasis></title>
<mediaobject><imageobject>
<imagedata fileref="images/Lesson06_images_016.png" format="PNG" />
</imageobject></mediaobject>
</figure>
</listitem>
<listitem><para>The next window displays the main menu of the game.
Click the options on this menu to take part in a racing event,
practise before entering any event, configure the game settings,
view credits and quit the game.</para>
<figure><title><emphasis role="italic">Entering an Event</emphasis></title>
<mediaobject><imageobject>
<imagedata fileref="images/Lesson06_images_017.png" format="PNG" />
</imageobject></mediaobject>
</figure>
</listitem>
<listitem><para>You can play this game by using a computer keyboard or a
joystick. On the main menu, click <emphasis role="strong">Configuration
</emphasis> and then click <emphasis role="strong">Keyboard</emphasis> or
<emphasis role="strong">Joystick</emphasis> to know their default key
settings. You can also change the key settings according to your preferences.
Click <emphasis role="strong">Back</emphasis> to return to the main menu.</para>
<figure><title><emphasis role="italic">Configuration Options</emphasis></title>
<mediaobject><imageobject>
<imagedata fileref="images/Lesson06_images_018.png" format="PNG" />
</imageobject></mediaobject>
</figure>
</listitem>
<listitem><para>On the main menu, click <emphasis role="strong">Enter an
Event</emphasis>, select the event and the cup in which you want to
participate and then click <emphasis role="strong">Continue</emphasis> to
proceed.</para>
<figure><title><emphasis role="italic">Selecting Event and Cup</emphasis></title>
<mediaobject><imageobject>
<imagedata fileref="images/Lesson06_images_019.png" format="PNG" />
</imageobject></mediaobject>
</figure>
</listitem>
<listitem><para>The next window prompts you to select a race. As a beginner,
you do not have any option but to continue with the default race. However,
do read the <emphasis role="strong">Needed to advance</emphasis> information
to know the minimum requirement to qualify for the next round in the cup.</para>
</listitem>
<listitem><para>Click <emphasis role="strong">Race!</emphasis> to start
the race.</para>
<figure><title><emphasis role="italic">Selecting a Race</emphasis></title>
<mediaobject><imageobject>
<imagedata fileref="images/Lesson06_images_020.png" format="PNG" />
</imageobject></mediaobject>
</figure>
</listitem>
<listitem><para>The next window starts the race. The intent of the game is
to make Tux reach the <emphasis role="strong">Finish</emphasis> line,
collecting herrings on the way. If you succeed in reaching the
<emphasis role="strong">Finish</emphasis> line within the parameters
mentioned in <emphasis role="strong">Needed to advance</emphasis>, you
proceed to the next round; else, you have to play the round again. There
are four attempts or lives that you get to compete in an event. If you
fail to satisfy the wining criteria, one life is deducted from the total.</para>
<figure><title><emphasis role="italic">Playing PlanetPenguin Racer</emphasis></title>
<mediaobject><imageobject>
<imagedata fileref="images/Lesson06_images_021.png" format="PNG" />
</imageobject></mediaobject>
</figure>
</listitem>
</orderedlist>
</para>
<para>You can win the cups only by practising and focusing on improving your
performance.</para>
</sect2>
</sect1>
<sect1>
<title>Playing Other Popular Games</title>
<para>In addition to all the games available in Ubuntu, you can play games created for
Microsoft Windows. However, to play Microsoft Windows games, you need the ability to
run Windows applications in Ubuntu. There are two programmes that provide this ability -- Wine and Cedega.</para>
<sect2>
<title>Installing Wine</title>
<para>Cedega is not free software, so we will not cover how to install it. Instead, we will install
Wine:</para>
<instructornote><title>Instructor Notes:</title><para><emphasis role="italic">Before performing the following steps, ensure that
all the students have a Microsoft Windows game copied on their computer.</emphasis></para>
</instructornote>
<para>To install and configure Wine:
<orderedlist numeration="arabic">
<listitem><para>Install the <emphasis role="strong">wine</emphasis> and
<emphasis role="strong">wine-dev</emphasis> packages from
<emphasis role="strong">Synaptic Package Manager</emphasis>.</para></listitem>
<listitem><para>The configuration of wine can be altered through Applications, Wine, Configure Wine.</para>
</listitem>
<listitem><para>This window allows you to customise a variety of settings
for Wine, such as the Microsoft Windows version that is being simulated, drive
mappings, as well as application-specific settings. Click
<emphasis role="strong">OK</emphasis> to close the window.</para></listitem>
</orderedlist>
</para>
<para>Install the <emphasis role="strong">wine</emphasis> and
<emphasis role="strong">wine-dev</emphasis> packages from
<emphasis role="strong">Synaptic Package Manager</emphasis>.</para>
<para>Wine is now configured on your computer with an artificial C: drive. You
can now access any Microsoft Windows application on Ubuntu by using Wine.</para>
<instructornote><title>Instructor Notes:</title><para>
<emphasis role="italic">The information included in this document is sufficient for the students
to start playing games. The most suitable and easy method is chosen for illustration.
However, performing other tasks, such as adding CD and DVD drives to Wine or using Microsoft Windows
themes in Wine requires further configuration. If the students want to learn more about configuring Wine,
refer them to <ulink url="https://help.ubuntu.com/community/Wine">https://help.ubuntu.com/community/Wine</ulink></emphasis></para> </instructornote>
</sect2>
<sect2>
<title>Playing a Microsoft Windows Game on Ubuntu</title>
<para>After installing Wine on your computer, you can start playing Microsoft Windows
games on Ubuntu. A Microsoft Windows executable file can be started with Wine through right-click, Open with "Wine Windows Emulator".</para>
<para>If you install a Microsoft Windows application with Wine, an icon may be found in Applications, Other.</para>
</sect2>
</sect1>
<sect1>
<title>Lesson Summary</title>
<para>In this lesson, you learned that:
<itemizedlist>
<listitem><para>You can install and play many games available
by default on Ubuntu and in repositories.</para></listitem>
<listitem><para>You can install games from the repositories in different ways.
For example you can use the Add/Remove Applications, Synaptic Package Manager
or the Terminal to install the games.</para></listitem>
<listitem><para>You can play Microsoft Windows games on Ubuntu by installing a programme that
provides a Microsoft Windows environment, such as Wine.</para></listitem>
</itemizedlist>
</para>
</sect1>
<questions>
<sect1>
<title>Review Exercise</title>
<para>Intentionally left blank.</para>
</sect1>
</questions>
<sect1>
<title>Lab Exercise</title>
<para><emphasis role="strong">Exercise 1: Installing a game on Ubuntu</emphasis></para>
<para>During a recent get together with your friends, you heard a lot of good things
about a game that they play on their Linux operating system. You wish to play the same
game, but you cannot find that game in the games package that got installed with Ubuntu.
What do you need to do in order to play this game on your computer?</para>
<para>To perform the required task:
<orderedlist numeration="arabic">
<listitem><para>On the <emphasis role="strong">System</emphasis> menu, point
to <emphasis role="strong">Administration</emphasis> and click
<emphasis role="strong">Software Sources</emphasis> to display the
<emphasis role="strong">Software Sources</emphasis> dialogue box.</para></listitem>
<listitem><para>On the <emphasis role="strong">Software Sources</emphasis>
dialogue box, select the check boxes next to main and universe options.
Retain the <emphasis role="strong">Main server</emphasis> option in the
<emphasis role="strong">Download from</emphasis> category and clear the
<emphasis role="strong">CDrom with Ubuntu 7.10 "Gutsy Gibbon"</emphasis>
check box.</para></listitem>
<listitem><para>Click <emphasis role="strong">Close</emphasis> to display
a prompt and then click <emphasis role="strong">Reload</emphasis> on the
prompt to update the list of applications available.</para></listitem>
<listitem><para>To install the game, select <emphasis role="strong">Add/Remove</emphasis> on the <emphasis role="strong">Applications</emphasis> menu to
display the <emphasis role="strong">Add/Remove Applications</emphasis>
window.</para></listitem>
<listitem><para>Select <emphasis role="strong">Games</emphasis> in the left
pane of the window, change the Show list option to <emphasis role="strong">All
Open Source Applications</emphasis>, type the name of the game in the
<emphasis role="strong">Search</emphasis> box and press Enter.</para></listitem>
<listitem><para>Select the check box next to the game to mark it for
installation and click <emphasis role="strong">Apply
Changes</emphasis>.</para></listitem>
<listitem><para>On the confirmation dialogue box, click <emphasis role="strong">
Apply</emphasis> to proceed.</para></listitem>
<listitem><para>After the installation of the game is complete, a dialogue
box confirms the installation and provides the option to launch the installed
game. Double-click the name of the game to launch it. Alternatively, you can
close this dialogue box and launch the game by using the
<emphasis role="strong">Applications</emphasis> menu on the desktop.</para></listitem>
</orderedlist>
</para>
<para><emphasis role="strong">Exercise 2: Installing Wine and playing a Microsoft Windows game
on Ubuntu</emphasis></para>
<para>You were browsing the Web one day and came across an interesting game. You
downloaded it and every thing seemed fine until you realise that the
game could be played only on Microsoft Windows, which is not installed on your
computer. You really liked the game, how do you play this on Ubuntu?</para>
<para>To play a Windows game on Ubuntu:
<orderedlist numeration="arabic">
<listitem><para>Install <emphasis role="strong">wine</emphasis> and
<emphasis role="strong">wine-dev</emphasis> packages from
<emphasis role="strong">Synaptic Package Manager</emphasis>.</para></listitem>
<listitem><para>Open the games setup tool with Wine.</para></listitem>
<listitem><para>Start the games from the Applications menu.</para></listitem>
</orderedlist>
</para>
</sect1>
</chapter>
|