How to Play Doom Game in PardusARM (Raspberry Pi 2)
by Bay Yolal in Circuits > Raspberry Pi
1857 Views, 14 Favorites, 0 Comments
How to Play Doom Game in PardusARM (Raspberry Pi 2)
Today, I am going to show you how to play 1993's very famous computer game DOOM in PardusARM v3 loaded Raspberry Pi 2. I explained how to use PardusARM operating system on my latest instructables. Now I want to show you PardusARM supports DOOM to play.
WARNING: This video game is not for below age 18. If you are under 18 press CTRL + W to process.
The need list:
1. Raspberry Pi 2 Model B v1.1
2. Internet Connection
3. Laud speaker for hear game's sound
Terminal Codes
Open your LXTerminal and type these codes one by one. When asked use Pardus as a password. First of all:
sudo apt-get update<br>
After updating is compleated, type this code (Use CTRL+C to copy and CTRL+SHIFT+V to paste into terminal):
<p>sudo apt-get install libsdl1.2debian libsdl-image1.2 libsdl-mixer1.2 libsdl-mixer1.2-dev libsdl-net1.2 libsdl-net1.2-dev timidity.</p>
Now, we need to make directory for Doom:
mkdir Doom
Let's go in that directory with this code:
cd Doom
Download tar.gz file into that folder with this code (Check for updates about version from here):
<p></p><p>sudo wget http://www.chocolate-doom.org/downloads/2.2.1/chocolate-doom-2.2.1.tar.gz</p>
Now it is needed to extract with this code:
<p>tar -xvf chocolate-doom-2.2.1.tar.gz </p>
Go to with this code:
<p>cd chocolate-doom-2.2.1</p>
Want to configure? Use this code:
<p>./configure</p>
Make everything with this code:
<p>make</p>
Then, make install (Check for log file from the attachment if you stuck from here to end to play game):
<p>sudo make install</p>
Now, we need to install WAD file:
<p>cd ..</p>
Then:
<p></p><p>sudo wget http://www.jbserver.com/downloads/games/doom/misc/shareware/doom1.wad.zip</p>
Need to unzip:
<p>sudo unzip doom1.wad.zip</p>
Open WAD:
<p>chocolate-setup -iwad DOOM1.WAD</p>
Select "Save parameters and launch DOOM" For further, use this code to open DOOM. NOTE: If you can't run game, you need to check the step when you used cd .. to install WAD file. You need to go in before cd directory to load zip file again, use cd chocolate-doom-2.2.1 then load sudo wget http://www.jbserver.com/do... I mean, now, repeat last 4 codes with cd chocolate-doom-2.2.1 code.:
<p>chocolate-doom -iwad DOOM1.WAD</p>
Downloads
Let's Play DOOM!
When you reboot type this:
cd Doom
chocolate-doom -iwad DOOM1.WAD
Enjoy!
WARNING: This video game is not for below age 18. If you are under 18 press "CTRL + W".
Notes
Check for latest distributions of DOOM game here: http://www.chocolate-doom.org/wiki/index.php/Downl...
This instructable is based on this: https://learn.sparkfun.com/tutorials/setting-up-ra...
BONUS: Reading This Instructable
NOTE: This instructable's step is aimed for visually impaired people to hear the sentences to learn what's going on here. Watch the video, it explains all steps.