ITeam

(64bit supported)
Tested: Ubuntu 7.10 64bit - Gnome


Iteam is a turn-based worms-like game with an anime-like graphics style (accelerated OpenGL ā€œ2Dā€ perspective), featuring cute linux-inspired avatars the players can customize, different game modes and multiplayer play, either by MMO servers, TCP/IP play or taking turns in the same computer.
The idea is for the teams to beat each other by throwing items such as bombs, TNT, bananas, or using one of their 3 (or more!) natural abilities.
With in-game points, players will be able to enhance their avatars and increase and decrease their stats, depending on the item and its bonuses, not to mention it's something the avatars can wear and make it look cooler than the standard one.
The game will feature online play (in servers), TCP/IP or multiplayer in the same computer. Also, it's aimed to mid-end to high-end computers with 3D hardware acceleration (for using OpenGL).
In the future, players will be able to create their own servers, scenery, set everything up to their liking, change graphics, create new weapons and even mods for the game! (we're thinking in adding some LUA scripting to it, but not sure yet… depends on the programming work involved). Either way, it's gonna be a fully-customizable game for the lovers of this genre.

[More Info]


Before Installation

Make sure that the driver to your 3D graphic card is proper installed and working. Check if your sourcelist is correctly set.

Download the relevant libs that is needed to compile, install and run ITeam;


Code:

sudo aptitude update && sudo aptitude safe-upgrade
sudo aptitude install build-essential subversion
sudo aptitude install libsdl1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-gfx1.2-dev libsdl-ttf2.0-dev libgl1-mesa-dev libglu1-mesa-dev


Done.


Installation

Compiling ITeam;

Code:

mkdir ~/.Games
cd ~/Desktop
mkdir ITeam && cd ITeam
svn co https://i-team.svn.sourceforge.net/svnroot/i-team/trunk iteam
svn co https://gamepower.svn.sourceforge.net/svnroot/gamepower/GP2D/trunk gp2d
cd gp2d
make linux64
cd ../iteam
make linux64
chmod 755 run
cd ~/Desktop && mv ITeam ~/.Games




Launcher

Download iteam.png to your Desktop.


Code:

cd ~/Desktop
mv iteam.png ~/.Games/ITeam
nano ~/.Games/ITeam-launch.sh



Add the following;

#!/bin/bash

cd ~/.Games/ITeam/iteam
./run

Save [ctrl] + [o] and exit [ctrl] + [x].


Code:

chmod +x ~/.Games/ITeam-launch.sh
alacarte


Go to the Game section in Alacarte and push the New Item button. Fill in;

Name: ITeam
Command: sh /home/USERNAME/.Games/ITeam-launch.sh
Comment: Iteam is a turn-based worms-like game with an anime-like graphics style.
Icon: ~/.Games/ITeam/iteam.png

You can now launch from ITeam by Applications tab —> Games —> ITeam

Enjoy! ^_^


Written and Published by Artificial Intelligence
guides/64bit/iteam.txt · Last modified: 2008/07/16 18:40 (external edit)
www.chimeric.de Creative Commons License Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0