Table of Contents

Programming Language

GDScript

GDScript (programminglanguage)
Full NameGDScript
Short NameGDScript
DescriptionCustom scripting language to be used with the Godot computer (and mobile device) Game engine
CompanyUnkown
WebYes
MobileNo
EnterpriseNo
EmbeddedNo
Snippet from Wikipedia: Godot (game engine)

Godot () is a cross-platform, free and open-source game engine released under the permissive MIT license. It was initially developed in Buenos Aires by Argentine software developers Juan Linietsky and Ariel Manzur for several companies in Latin America prior to its public release in 2014. The development environment runs on many platforms, and can export to several more. It is designed to create both 2D and 3D games targeting PC, mobile, and web platforms and can also be used to develop non-game software, including editors.

GitHub Topics

Godot Engine is a feature-packed, cross-platform game engine to create 2D and 3D games for major desktop platforms (Linux, macOS, Windows) as well as mobile (Android, iOS), and web-based (HTML5) platforms.

Hello World

extends Node

func _ready():
    print("Hello, World!")

See also: Programming Languages