--- permalink: / title: de: "Godot Engine - Kostenlose und Open Source 2D und 3D Game Engine" en: "Godot Engine - Free and open source 2D and 3D game engine" es: "Godot Engine - Motor de videojuegos 2D y 3D gratuito y de código abierto" fr: "Godot Engine - Moteur de jeu vidéo 2D et 3D gratuit et open source" ko: "Godot 엔진 - 자유 및 오픈 소스 2D 및 3D 게임 엔진" zh-cn: "Godot Engine - 免费开源的 2D 与 3D 游戏引擎" zh-tw: "Godot Engine - 免費開源的 2D 與 3D 遊戲引擎" notitlesuffix: true description: "Godot provides a huge set of common tools, so you can just focus on making your game without reinventing the wheel." layout: default localize: ["de", "en", "es", "fr", "ko", "zh-cn", "zh-tw"] --- {% include header.html %}

{% t home.h1 %}

{% t home.subtitle %}

{% assign stable_version_3 = site.data.versions | find: "featured", "3" %} {% assign stable_version_4 = site.data.versions | find: "featured", "4" %}

{% t home.latest_news %}

{% assign latest_posts = site.article | sort:"date" | reverse %} {% for post in latest_posts limit:1 %}

{{ post.title }}

{{ post.excerpt }}

{{ post.date | date: "%e %B %Y" }}
{% endfor %}
{% for post in latest_posts limit:3 offset:1 %} {% if post != posts[0] %}

{{ post.title }}

{{ post.excerpt | truncate: 103 }}

{{ post.date | date: "%e %B %Y" }}
{% endif %} {% endfor %}

{% t home.cards.h2 %}

{%t home.cards.design.title %}

{%t home.cards.design.text %}

{%t home.cards.script.title %}

{%t home.cards.script.text %}

{%t home.cards.script.extra %}

{%t home.cards.2d.title %}

{%t home.cards.2d.text %}

{%t home.cards.3d.title %}

{%t home.cards.3d.text %}

{%t home.cards.deploy.title %}

{%t home.cards.deploy.text %}

{%t home.cards.open.title %}

{%t home.cards.open.text %}

{%t home.cards.cta %}

{%t home.get_involved.title %}

{%t home.get_involved.text %}

{%t home.get_involved.cards.code.title %}

{%t home.get_involved.cards.code.text %}

{%t home.get_involved.cards.cta %}

{%t home.get_involved.cards.document.title %}

{%t home.get_involved.cards.document.text %}

{%t home.get_involved.cards.cta %}

{%t home.get_involved.cards.report.title %}

{%t home.get_involved.cards.report.text %}

{%t home.get_involved.cards.cta %}
Godot Foundation logo

{%t home.foundation.text %}

{%t home.foundation.donate %}
{% include sponsors.html %} {% include footer.html %}