Skip to main content

Ages of the island - 0.9

This is "Ages of the island", a real time strategy game based on the classical board game "Die Siedler von Catan" for many players connected online.


Emerson León
(emersonleon)
This is "Ages of the island", a real time strategy game developed on python-pygame, based on the classical board game "Die Siedler von Catan" for many players connected online. There are many features not yet implemented, but this is the first playable version. A single player can play alone, but it is designed to be a multiplayer game. One of the players must begin a new game (as host), and all other players need to know the i.p. address of the host in order to join the game. When all players are ready, the map is shown and the game begins. To know your ip address on linux: sudo ifconfig and look next to "inet addr:". On windows: ipconfig The goal of the game is to build settlements, roads, cities and more, to be able to gather resources and be able to build even more. Players interact at the same time in the same board, so strategy is important. The main keys used are the following: Arrow keys: Move the token Space bar: Buy stuff (currently settlements only) To kill the server loop press Ctr C (Keyboard interrupt) after all players are gone.

Changes

Links

Home Page
http://sourceforge.net/projects/agesoftheisland/?source=navbar

Releases

Ages of the island 0.91 — 1 Oct, 2014

Ages of the island 0.9 — 29 Sep, 2014

Pygame.org account Comments

  • Anony 2014-09-29 21:40

    Downloaded source files, how do I get this to run?

    eme 2014-09-30 00:13

    Just run: python ages.py

  • feeling_dummy 2014-09-30 01:43

    I cant figure out how to download the source code. Ive browsed the code, downloaded a single file, but i cant figure out where to download the entire project?

    eme 2014-09-30 02:09

    good question... I just added a zip file to the same address to make it easier to download (and not having to do it file by file).

  • Benjamin 2014-09-30 16:26

    i didn't knew that was possible to make multiplayer in pygame .
    off topic but is it possible at all to post game on pygame.org may they make some public account or...

  • eme 2014-10-01 05:43

    There was a typo on the file joingame.py. I corrected it, and beside added my address there (for the default key d) so we can try to set up a game later. However the remote connectivity seems to be broken. It worked fine under the same wireless connection... Did anyone managed to play this online? there is still some help needed here for telnet and sockets...