Update/ Expand guide article on Godot from stub (#24649)
* Expand guide article on Godot from stub * fix: made some headings smaller
This commit is contained in:
committed by
Randell Dawson
parent
be0c8e064d
commit
f93234d6dc
@ -1,13 +1,23 @@
|
||||
---
|
||||
title: Godot Engine
|
||||
title: Godot
|
||||
---
|
||||
## Godot Engine
|
||||
## Godot
|
||||
|
||||
This is a stub. <a href='https://github.com/freecodecamp/guides/tree/master/src/pages/game-development/godot/index.md' target='_blank' rel='nofollow'>Help our community expand it</a>.
|
||||
Godot is a cross-platform, open-source game engine for both 2D and 3D games. It aims to be a fully-integrated game development environment, allowing users to create complex games without using external tools. Godot aims to provide users with visual, easy-to-understand tools that allow a high degree of creative freedom.
|
||||
|
||||
<a href='https://github.com/freecodecamp/guides/blob/master/README.md' target='_blank' rel='nofollow'>This quick style guide will help ensure your pull request gets accepted</a>.
|
||||
Juan Linietsky and Ariel Manzur began developing Godot in 2007, and Version 3.0 was released on 29 January 2018.
|
||||
|
||||
<!-- The article goes here, in GitHub-flavored Markdown. Feel free to add YouTube videos, images, and CodePen/JSBin embeds -->
|
||||
### Features
|
||||
|
||||
Godot supports programming in C#, C++ and GDScript; GDScript is a high-level scripting language similar to Python. There is also community support for several other languages.
|
||||
|
||||
Godot features 3D graphics using OpenGL ES 3.0 and a separate 2D graphics engine, as well as a complex animation system.
|
||||
|
||||
Godot can be used on any desktop OS, and creates games that can be deployed a large number of platforms.
|
||||
|
||||
### Games made with Godot
|
||||
|
||||
Godot has been used to make a wide range of games such as [Mr Bean - Around the World](https://www.goodcatchgames.com/game/mr-bean-around-the-world/) and [Last Carnival](https://okamgames.com/games-2/last-carnival/). More examples can be found at the [showcase](https://godotengine.org/showcase/)
|
||||
|
||||
#### More Information:
|
||||
|
||||
@ -15,4 +25,3 @@ This is a stub. <a href='https://github.com/freecodecamp/guides/tree/master/src/
|
||||
- [Godot Docs](http://docs.godotengine.org/en/3.0/)
|
||||
- [Wikipedia](https://en.wikipedia.org/wiki/Godot_(game_engine))
|
||||
- [Github](https://github.com/godotengine)
|
||||
|
||||
|
Reference in New Issue
Block a user