Wednesday, July 13, 2011

How to Play Angry Birds in Linux

...well, not actually.

For Linux users, you’ll have to settle for a clone rather than the actual game which is very close to the original game and its spirit. It does not really have those small birds, but all kinds of animals (sheep, pigs … etc).
Since the game is very similar to Angry Birds, you should not be hurt! This is a SWF which a developer has created using a small script that will run in the SWF flash player. If everything goes well, a directory will be created (and normally a shortcut, which i did not find) to make a game a little more accessible from the “desktop”.
First go to System–>Admin–>Synaptic Package Manager and install imagemagick. You can simply search for “imagemagick” then Mark it for Installation and Apply to install. Then open a console and type:

wget http://wine-launcher-creator.googlecode.com/hg/setupangryanimals.sh
chmod +x setupangryanimals.sh
./setupangryanimals.sh


Then let the script work … Then click on the shortcut if you’re lucky to have it, go to the directory. Angryanimals which contains everything required to complete the game. Use your browser to launch the SWF or type in console

cd .angryanimals/
./flashplayer angryanimals.swf


OR simply double click on the angryanimals.swf

(SOURCE: http://ubuntu-install.blogspot.com/2011/06/angry-birds-clone-for-linux.html)

No comments:

Post a Comment