Word War Vi in Ubuntu

Posted on August 9th, 2008 in Tech Tips by gmendoza

As described by the author, Word War Vi is “a retro styled side scrolling shoot’em up arcade game for linux”. The game play is fast paced, complemented by superb audio and very addictive.

At the time of this writing, there was no Ubuntu/Debian package, but compiling the game is a snap.

To get the latest version, please visit the Word War Vi site and download the source code.

Install Prerequisites and Dependencies

$ sudo apt-get install build-essential gnome-core-devel portaudio19-dev libvorbis-dev

Extract, Compile and Install
Replace x.xx in the file name with the current version number of the file downloaded. It shouldn’t need to be mentioned, but just in case. :-)

$ tar zxfv wordwarvi-x.xx.tar.gz
$ cd wordwarvi*
$ make && sudo make install

Execute and Have fun

$ wordwarvi

I noticed when running the game, my audio sounded a bit garbled. Changing the Sound Device seemed to clear it up, although the number varied depending on the sound card of each of the machines I’ve tested it on. Try incrementing the number until one sounds normal.

$ wordwarvi --sounddevice 0
$ wordwarvi --sounddevice 1
$ wordwarvi --sounddevice 2

3 Responses to 'Word War Vi in Ubuntu'

Subscribe to comments with RSS or TrackBack to 'Word War Vi in Ubuntu'.

  1. jeremyplummer said,

    on August 9th, 2008 at 12:29 pm

    SICK!!!!!!!!!! lets see who gets high score =0P

  2. SteveC said,

    on August 30th, 2008 at 6:59 pm

    Hi. I’m the author of Word War vi. Thanks for posting this little writeup.

    You make me worry that I may have made the game too difficult. of your three screen shots, the highest score is 100 points, and in two of the three, the score is *negative*. Wow! :-D

  3. gmendoza said,

    on August 30th, 2008 at 7:06 pm

    Haha… thanks for visiting, Steve. I was actually trying to get some decent screen shots of the game play, which is apparently a lot harder to do when playing a game, too. :-) Keep up the great work by the way. It’s really a fun game.

Post a comment