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.

Space Station 13 remake liberated!
| 8:23 AM

By On 8:23 AM



Many of us know Space Station 13 as "that awesome game I never played". Along with games like Dorf Fortress it stands as one of the pinnacles of the gameplay philosophy of fun through massive amounts of diversity. Originally developed in one of the most broken and unupdated platforms ever imaginable, BYOND, fans of the game have been trying to develop a standalone remake of the game for a while.

After a long period of development, the team of Robust Games, in charge of the project, decided to liberate the whole thing and turn to open development. This means all of the code is now GPLv3 and all of the art assets are now CC-BY-SA, effectively making the game 100% free-as-in-free-domes. 

So what are you waiting for? Get to developin'!

EDIT: Apparently only the placeholder sprites (not the fancy ones in the screenshot) have been released under CC-BY-SA. The game should still be 100% playable with these, though.


Code License: GPLv3
Assets License: CC-BY-SA

Via RPS

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.

Strife: Veteran Edition
| 3:49 PM

By On 3:49 PM



Just in case you can stand having Steam DRM installed in your system, I recommend taking a look at Strife: Veteran Edition. Strife is a Shooter/RPG based on the Doom Engine and dating back to 1996. The developers for this new remake had the wits and sensibility to use the Chocolate Doom engine as the main code base, which is, of course 100% licensed under the GPL. With so many top quality Free Software engine remakes around here, it really astounds me why so few developers choose to use them on modern HD remakes and ports (I'm looking at YOU, upcoming remake of Heroes of Might and Magic III not using VCMI).



For those not familiar with the original on the Dreamcast here is a small description of the gameplay:
The goal of the game is to get as many ducks into the submarine of your color. Gray ducks give you one point, gold ducks give multiple points and pink ducks will trigger an event or mini game.
Guide the ducks towards your submarine by placing arrows on the ground. When walking over an arrow ducks will instead walk in the direction the arrow is pointing.
Beware of the blue predators. Predators love to eat ducks and will kill a large number of your ducks if they reach your submarine. Try instead to guide the predators to the other players’ submarines using your arrows.
Source-code (zlib) can be found here, assets are licensed under the CC-by-NC-SA/ND. Build with the great Lua 2D game framework LÖVE by the way.