{% extends "base.html" %} {% comment %} vim:ft=htmldjango: This site is the main page, the first users will see when they reach our homepage {% endcomment %} {% load news %} {% block extra_head %} {{ block.super}}{% endblock %} {% block content %}

Welcome to Widelands.org

Home of the free realtime strategy game and its community


Widelands-Screenshot

Widelands is an open source (GPLed) real-time strategy game. It is built upon the SDL and other open source libraries and is (and will always be) under heavy development. If you knew Settlers I & II™ (© Bluebyte), then you already have a rough idea what Widelands is all about because widelands is heavily inspired by those two games.

You can find detailed information on the game in our Wiki. I you want to get a quick Overview, go to the General Info page.

You can download the game on the DownloadPage. You can also find installation instructions and various troubleshooting hints there.

You are also invited to visit the Forums: chat with the community about the game, find playing mates for multiplayer, help translating, discuss graphics, music and much more.

{% get_latest_posts 3 as latest_posts_list %} {% if latest_posts_list %}

Latest news:

{% for object in latest_posts_list %} {% include "news/inlines/post_detail.html" %}
{% endfor %} News archive {% endif %} {% endblock %}