Game Development

Godot game engine version 3.1 now in alpha, further feature requests freezed

2 min read

Godot is an open source community-driven 2D and 3D game engine. It works on a unified interface and is cross-platform. Godot is completely free and under the MIT license. Games made in Godot can be exported to Linux, macOS, Windows, Android, iOS, and HTML5.

As of a recent commit made two days ago, the master branch of Godot is now in the alpha stage. This means that v3.1 is now considered feature-complete and the focus of the developers will be only on bug fixing along with improvements to existing features. Such a stage is called as a feature freeze. Any new features will have to wait for 3.1-stable to come in a couple of months.

Contributors are requested not to make feature pull requests as they have a potential to create new bugs. PRs can be made once the feature freeze is lifted and a stable release is out. The feature pull requests currently made won’t be closed but will be targeted at the v3.2 milestone release.

There are some exceptions to the freeze rule. Enhancements to the major new features of the 3.1 release may be considered, especially usability fixes. Work on mono/C# support is continuous. Approved features discussed with contributors on IRC  may still be considered if they are a priority for the 3.1 release.

Features of the Godot game engine version 3.1

  • Godot comes with hundreds of built-in nodes that make game design easy
  • Flexible scene system allows creating node compositions with support for inheritance and instancing
  • A visual editor packed with all the tools you need
  • Persistent live editing without loss of changes after stopping the game which also works on mobile devices
  • Ability to create your own custom tools with ease via the tool system

For more details on Godot 3.1, visit the GitHub page.

Read next

How to Create 2D Navigation with the Godot Engine

Unity 2018.2: Unity release for this year 2nd time in row!

Xenko 3.0 game engine is here, now free and open-source

Prasad Ramesh

Data science enthusiast. Cycling, music, food, movies. Likes FPS and strategy games.

Share
Published by
Prasad Ramesh

Recent Posts

Top life hacks for prepping for your IT certification exam

I remember deciding to pursue my first IT certification, the CompTIA A+. I had signed…

3 years ago

Learn Transformers for Natural Language Processing with Denis Rothman

Key takeaways The transformer architecture has proved to be revolutionary in outperforming the classical RNN…

3 years ago

Learning Essential Linux Commands for Navigating the Shell Effectively

Once we learn how to deploy an Ubuntu server, how to manage users, and how…

3 years ago

Clean Coding in Python with Mariano Anaya

Key-takeaways:   Clean code isn’t just a nice thing to have or a luxury in software projects; it's a necessity. If we…

3 years ago

Exploring Forms in Angular – types, benefits and differences   

While developing a web application, or setting dynamic pages and meta tags we need to deal with…

3 years ago

Gain Practical Expertise with the Latest Edition of Software Architecture with C# 9 and .NET 5

Software architecture is one of the most discussed topics in the software industry today, and…

3 years ago