Python

Python Game Engines

Python Game Engines

In this chapter of our ongoing Game Engines by Language series, today we are going to look at the game engines, both 2D and 3D, available for Python.  If  you are interested we have already created versions for C++, C#, Lua, JavaScript and the Haxe programming languages.  Keep in mind, only engines/frameworks still under active […]

Godot 3 Tutorial Series

Godot 3 Tutorial–GDScript Programming 101

  This video will teach you how to program using the built in scripting language, GDScript.  In addition to learning the basics of GDScript development, this tutorial also walks you through the script editor and teaches you how to debug your code.  It’s a long tutorial at just under 1 hour, but covers a heck […]

Godot Development Using Visual Studio Code and C#

With the release of C# support in Godot people are naturally going to want to use Visual Studio Code for their development.  This guide is going to walk step by step through the process.  It’s important to note that debugging is currently not supported.Before continuing it is assumed that you are running Godot 3 Beta […]

Scroll to Top