DevCorner: Exciting news from the Godot Engine project
| 7:34 AM

By On 7:34 AM

The Godot Engine ("the open-source answer to Unity3D") continues to make exciting progress with the recent stable release of version 2.1. Besides lots of small usability improvements to the GUI, the main new feature is a asset sharing store build right into the editor:

This should hopefully result in a lot of extremely easy to use assets, and I am looking forward to seeing a lot high quality assets from OpenGameArt.org transferred into it ;)

In related news, it was recently announced that there is work going on to allow C# (a extremely popular game scripting language also used in Unity3D) scripting in Godot besides the current Python based custom language. So this should lower the entry barrier for indie developers significantly, and maybe we will even see a conversion utility for open-sourcing simple Unity3D games?

Furthermore they are also working on a visual scripting system akin to Unreal's Blueprint or what you can use in the Blender Game Engine. Yeah, visual programming systems are usually pretty limited, but they have their use-cases and definitely lower the entry barrier for artists (map events or shader scripting). Or to put it in the Godot Engine developer's words:
To make it clearer, it is not our belief that forcing programmers to write code with visual blocks will result in a more efficient workflow. We know other game engines and solutions try to sell you this point of view, but rest assured that this is not our view or intention. We stand by programming and still believe it's the best.
So then, again, why visual scripting? Our goals with it are the following:
  • Provide a way for non-programmers to experience what developing in Godot feels like, by ensuring they have a way to manipulate their game's logic.
  • Allow programmers to set up their scenes, AI, etc. in a way they can expose the coarse parameters and logic to level designers or game designers. This way, they can do tweaks without bothering programmers.
  • Allow programmers to expose how data is organized in a visual way. Godot's VisualScript has so much flexibility in how the graph flows that it allows creating dialogue trees, coarse game flow, event handling, etc. with small effort.
Please understand it as just an extra tool, not as a replacement to programming. It will be possible to use both GDScript and VisualScript as complementary tool in a same project.
Sounds pretty good doesn't it?

Oh and last but not least, after long waiting the first version of the Godot based point and click adventure framework Escoria has been released. It is based on the work done for the pretty cool commercial game developed by the original team behind the Godot Engine, so it should be quite powerful. You can find the source code here and a nice manual here.

P.S.: There is also work on-going on a higher level networking support for Godot, which should really help with multi-player prototypes.

DevCorner: Superpowers HTML5 collaborative game maker open-sourced!
| 2:59 AM

By On 2:59 AM

Great news for HTML5 game developers: a few days ago Superpowers was released under the ISC license.

What is Superpowers? A game development platform (an integrated editor but you can collaborate in realtime online; how cool is that! :D ) for making HTML5 games using TypeScript (a superset of Javascript). But you will also be able to work with other languages, so far support for the well known LÖVE2D is available.

Learn more in this video:


The source is available here and there is also an repository with a few sample games. If you like what they are doing, please consider becoming a supporter.

Looking forward to your new HTML5 games!

Best Open Source Top-Down Space Shooter : Super Space Invader
| 8:47 PM

By On 8:47 PM


Lasers, rockets, shields, health regeneration, pixels. You know. The good stuff. Just nicely packaged with levels of just the right duration and hardness, persistent upgrades, shaders, reverb...

Two buttons are enough to play, since that was one of the themes of Ludum Dare #34, in which the game came #74 among 1638 jam entries.


Supser Space Invader was made with LÖVE (v0.9) and thus runs on Linux, OS X, Windows.

The source is available on GitHub under zlib/libpng.

Games with G (Gorynlich & Gigalomania)
| 7:58 PM

By On 7:58 PM

Great news for people who like GGGGames ;)

The author of the new action roguelike dungeon crawler kind of darwen mayham game Gorynlich was so kind to inform us his game. It comes with this funny trailer (and some great programmer's art :p ):



The code is licensed under the LGPL, while the assets are only freeware right now. But the author seems to be open to look into replacing the assets with Creative Commons licensed ones if someone is interested in doing so.
Gorynlich is done by the same author as the ASCII game Goblin Hack by the way.

Another nice game starting with G, is the awesome remake of the oldie Megalomania, appropriately called Gigalomania!


The author is still looking for improved art asset contributions, but the game itself is already quite playable (even on mobile devices and a bunch of other rare systems!). Also check out the other two cool games by the same developer: Erebus RPG and Conquests (a Civ like game).

Mini Sci-Fi Open Source Tower Defense Game
| 4:14 PM

By On 4:14 PM

Purely by chance, I found an obviously abandoned but still fun to play mini tower defense with a skippable tutorial level and two playable missions, beautiful graphics and performance settings.

To be a master is to spam en mass

So you place towers and the shoot enemies that move towards your base. I know this! Being an impatient player type, I skipped past the tutorial and was annihilated in level 1.

Short enough messages in a hard enough tutorial level

The degree of my destruction was such, that I was thankful for the tutorial being there at all. Even though I did die in it, it taught me enough about the all-or-nothing early game (which some might refer as to "unbalanced") to get my strategy right.

Turn off for speed. Turn on for awesome!

You get 3 towers: that allows you to build more tower, one that allows you to shoot more and one that shoots. You can block paths and create mazes. There are no tower upgrades and that's okay.

All the plot. Space to continue. Take that non-skip-able intro video AAA games!

Mission #3 is not possible to win (prove me wrong) but it was a great experience to find that I was able to beat the tutorial mission after all. By deviating from the given instructions! If that's not freedom (besides being open source) then I don't know what is!

Yeah right...

Come to think of it, the ridiculousness of level 3 practically speaks "dear player, you should totally fork and make new levels!"

Made with love2d

The last commit to Turres Monacorum was in May 2014 and the game was made at a game jam. My experience dictates that this won't be picked up by the original developers any more but to any player with love2d installed, it will come as a wonderful, visually polished snack!

Download the mini tower defense game from the github release page and enjoy!

Godot Winter Game Jam
| 9:13 AM

By On 9:13 AM

Godot winter icon

A game dev jam to create a winter-themed open source game was community-initiated at the Godot forums. The (vote-determined) winner will get a budget of USD 50 to have donated to an open source project of their choice.

What is Godot?

Godot editor

Godot is a game engine. No wait, it's actually a game development IDE with its own Lua-based scripting language.

As far as I can tell, it's a promising project that is a bit buggy, especially when it comes to mobile exports. It has some UI flaws (subjectivity warning) but still, open source Godot is more appealing than proprietary Unity 3D.

If you want to try making a game in Godot, I recommend this official tutorial as a starting point. Good luck & great success to you!

What else?

Another way to support Godot: "like" it as a Unity 3D alternative on alternativeTo.