{% 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 still under heavy development. If you knew Settlers I & II™ (© Bluebyte), then you already have a rough idea what Widelands is all about. Yes, it is where the inspiration for Widelands came from

You can find more information on the game in our wiki.
For playing rules, scenarios and extensions see the About page.
For installation directions and various troubleshooting see the Help page.
Visit also the Forums for chat with the community about the game, playing, translation, 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 %}