ontrary to the indicative name, the world of Darwinia is not a natural phenomenon. It was created as a digital theme world - a Jurassic Park for polygons by the mysterious Dr. Sepulveda (who himself bears an uncanny likeness to renowned ZX Spectrum inventor Sir Clive Sinclair, tying into the retro presentation of the game). Housed in a massive network of surplus Protologic 68000 machines from the '80s, Darwinia is a world where the single-poly Darwinians, with their simple, but growing AI, can grow and evolve. And where the world can visit to see them gambolling in their natural, fractal habitat. Except, when the player arrives, something has gone horribly wrong. Darwinia has been infected by a virus, and Dr. Sepulveda is panicking, watching decades of research being corrupted and consumed. Since the player is the only other person there at the time, Sepulveda decides that the player can help him. The player is given access to the combat programs, simple tools that were meant as mini-games, mostly involving guns and blowing things up, but now the only attack against the virus. It soon becomes clear this is not enough, and that triggers the third aspect of the gameplay - evolution.
Darwinia fails to fall into any game genre, as it mixes elements from strategy, action, puzzle, hacker, and God games alike.[1] Its retro styling coupled with colourful 3D design is unlike most games on the market, and its simple, intuitive gameplay is mysteriously profound. The player has the ability to run several programs through the Task Manager (a reference to the Windows Task Manager). The Squad program will give the player a close up action and stealth game, aiming and firing both primary and secondary weapons. The Engineer program can then reprogram buildings and collect Souls from the destroyed Virus to create Darwinians. The Officer program allows you to indirectly order the masses of Darwinians to run, occupy, and even attack, reminiscent of Lemmings. Strategy is required whether you use commando raids or control large battles. Research allows the player to develop bigger and better weapons, as the enemy viruses also get bigger and better. All this to complete Mission Objectives at a Location, as the player and the Darwinians wipe out the Virus in a Great War.
Make sure that the driver to your 3D graphic card is proper installed and working.
Next thing is to get libgtk1 to ensure that the installation window will show up;
Code:
sudo aptitude update && sudo aptitude upgrade
sudo aptitude install libgtk1.2
Done.
Darwinia don't have a linux installer on the CD so you have to download it first. Download the file to your Desktop.
Insert the Darwinia CD in the CDrom, open the terminal;
Code:
cd ~/Desktop sudo sh darwinia-full-1.3.0.sh cd /usr/local/games/darwinia/lib sudo cp libgcc_s.so.1 libgcc_s.so.1.old && sudo rm -rf libgcc_s.so.1 sudo cp libSDL-1.2.so.0 libSDL-1.2.so.0.old && sudo rm -rf libSDL-1.2.so.0 sudo ln -s /usr/lib/libSDL-1.2.so.0 libSDL-1.2.so.0
NOTE 1: Use the default settings that the installation window uses. Don't start mess with them, unless you know what you're doing!
You can now launch Darwinia from Applications —> Games —> Darwinia
or by typing darwinia in the terminal.
Enjoy!