![]() Up |
Enemy TerritoryThe Game |
On startup, every player gets a few armies. The players can move these armies on the map and discover the map. An army can attack armies and cities of other players.
Enemy Territory is a client/server application.
The server keeps the data of the map, the armies and the cities. It
moves armies, determines the winner of a fight and creates new armies.
But the server has no interface to the user. Only other applications can
tell the server what to do.
These other applications are the clients. A client can provide a user
interface for a human player or it can be an artifical intelligent agent.
If you want to play versus an artifical intelligent agent, e.g. the Basic Agent, start it now and log it in. To login the Basic Agent, simply press the Login button. From my point of view, the Basic Agent is not very intelligent. To make the game more interesting, login some more agents and let them run a few minutes before you login yourself.
Now, start the application Client to login
yourself. Enter your name, enter a password and click the Login
button. You'll get a window that displays your armies.
If you want to get a second window, open the pop-up-menu by pressing
the secondary mouse button ( the secondary mouse button is simulated by
pressing ctrl + command
+ primary mouse button ) and choose Login.
The login window will be opened. Enter your name and your password and
press the Login button.
If you want to see, what the agent does, open the login window, enter
the agent's name and the agent's password ( the password of the Basic
Agent is the empty string ). Then press the Login
button.
You can attack:
If an army moves on a field where armies or cities of an other player
are standing, your army will attack. The probability that your army wins
versus a city is 100%, and that your army wins versus an other army is
50%. If you attack a city, the production of the next army is reset to
zero. It makes no difference to your luck if you fight versus several enemies
that are standing on the same field or if you fight versus these enemies
one by one.