- Techie Buzz - http://techie-buzz.com -
How to Play Old Computer Games in Linux
Posted By Raseel Bhagat On August 26, 2009 @ 9:15 am In Free Games | No Comments
$ sudo apt-get install dosboxOnce installed, it can be invoked via the Menu by clicking on : Applications -> Games -> DOSBox Emulator , or by directly calling dosbox from the command-line. The screenshot above shows a dosbox console. In order to play your favourite games, you must first download the appropriate executable file. BestOldGames [3] is a site with a huge collection of games which readily work with DOSBox. However, a simple google search should yield ample resources. Now, once the required game is downloaded, it should be "mounted" on the dosbox as follows : Assume that the game "Prince of Persia" has been downloaded and extracted in your home directory "PoP". Mount the game as a "C:" drive and excute the game as follows :
Z:\> mount c /home/<username>/PoPNow change to the C drive
Z:\> C:Go into the Game's directory
C:\> cd PRINCEAnd invoke the Game's executable
C:\PRINCE> PRINCE.EXEA quick heads-up while using dosbox is the Controls. For most games, the Laptop's "Fn" keys had to be utilized as a Keypad rather than the usual Arrow keys.
[5]
Apart from the MS-DOS Game Emulator, another emulator is as popular is the Super Nintendo (SNES) Game Emulator, called ZSNES [6]. zsnes is a SNES game emulator engine for Windows, Linux, FreeBSD and Dos. It is also a completely open source game emulator.
As earlier, installing zsnes on a Ubuntu machine is as simple as :
$ sudo apt-get install zsnesIt will be installed under Applications -> Games -> ZSNES Emulator . Alternatively it can be invoked from the command shell by called zsnes . In order to play the SNES games, you need to download the appropriate ROM file. DopeROMs [8] is one of the better resources out there, but there are also others like RomNation [9]. Just search for your favorite game, download and copy the zipped ROM files in your favorite location and "Load" it from zsnes . I personally feel that the gaming experience on ZSNES was better than DOSBox. For example, try playing Mortal Kombat on both the Emulators and see the difference. This may be attributed to the fact that ZSNES is more actively developed than DOSBox. Apart from these two popular Game Emulator engines there are also a LOT of others out there which will work on a variety of platforms including BSDs and MACs . This link [11] lists out the staggering number of them out there.
Article printed from Techie Buzz: http://techie-buzz.com
URL to article: http://techie-buzz.com/free-games/how-to-play-old-computer-games-in-linux.html
URLs in this post:
[1] DOSBox: http://www.dosbox.com
[2] Image: http://cache.techie-buzz.com/images/posts/LinuxGameEmulators/dosbox1.png
[3] BestOldGames: http://www.bestoldgames.net/eng/
[4] Image: http://cache.techie-buzz.com/images/posts/LinuxGameEmulators/dosbox2.png
[5] Image: http://cache.techie-buzz.com/images/posts/LinuxGameEmulators/dosbox4.png
[6] ZSNES: http://www.zsnes.com
[7] Image: http://cache.techie-buzz.com/images/posts/LinuxGameEmulators/zsnes1.png
[8] DopeROMs: http://www.doperoms.com
[9] RomNation: http://www.romnation.net
[10] Image: http://cache.techie-buzz.com/images/posts/LinuxGameEmulators/zsnes3.png
[11] This link: http://www.linuxlinks.com/Software/Emulators/Videogames/
Click here to print.
Copyright © 2009Techie Buzz. All rights reserved.