Posts

New FOSS 3D RTS Engine, OpenRTS!

Image
I had been following this really awesome looking tile based RTS 3D engine project (think Starcraft2 like) on the jMonkey Engine forums for a while, and it is now fully FOSS including the arts assets. Don't expect a playable RTS game, but as you can seen in this video of the in-game level editor a lot of work has been done already: You can contribute to the MIT licensed source on their github page (the author asks for help) and/or head over to the website of engine it uses, jMonkeyEngine , a great project written in Java.

Top Futuristic Open Source Racing Games on Linux

Image
F-Zero and Wipeout set the standard for the futuristic sci-fi racing games genre and inspire many game developers. Over the years, four projects of that genre were started and developed to a playable state that are now open source code: H-Craft by Irrgheist is a free sci-fi racer with IAP on Android. It is built with the Irrlicht engine and was recently released as free software  with freeware data. While gameplay is simple without pickups, boosts or weapons, the campaign keeps it interesting. The 180°-Turns used in H-Craft level design are very refreshing to the genre. CoreBreach is a commercial anti-gravity racing game with combat gameplay. There is a freeware dataset that allows compiling and playing a simpler-looking version. Being an Objective C project, it was unusual to compile for me on latest Arch Linux but possible . Campaign mode, weapons and split-screen multiplayer make it cover many bases. Racer  is the only project with 100% free as in freedom data, yet unfort...

DevCorner: Overlap2D editor goes open source & Godot 1.1. Beta with huge 2D engine enhancements!

Image
Some nice developments on the 2D game-dev front lately, and as you will later see, 2D with full shader, real-time lights and so on can be a quite awsome way to make games, without having to hire a full team of 3D artists ;) First of all a great new 2D editor, Overlap2D , has been released under the Apache2 license: Contrary to other popular 2D editors (for example tiled or DAME ), it is not tile based, has a modern renderer and also comes with a nice GUI editor. It currently exports to a standard JSON file and has a libGDX runtime. Godot 1.1 BETA Really awesome are also the latest developments of the (often described as the open-source Unity) Godot engine which you can now easily try. For me the coolest new features are the new dynamic lights (shown here in the also new isometric game sample): This of course requires a bit more than simple 2D sprites ;) If you want to create cool 2D normal-maps, this should give you an simple way to create them . Also very nice is the now working g...

SDL2 FPS & on Finding New Open Source Games

Image
I took a quick look whether one could find some open source games news (new game projects to be specific) by sorting SourceForge game projects by date but no luck, only established projects seem to show up there. So I did the same on GitHub , and after making educated guesses whether projects might be worth clicking based on their title and short description, I f ound  graphitemaster / neothyne . The project uses SDL2, is about half a year old, doesn't have shooting functionality but at least movement feels kind of nice and definitely fast. In fact I'm honestly surprised that SDL is usable for 3D. Neothyne is an attempt at getting back to the roots of good old twitch shooting akin to that of Quake World.. It certainly feels more like Cube 1 or Quake, rather than OpenArena, Sauerbraten or Nexuiz. What surprised me even more that it compiles in mere seconds. To come back to the point of finding games: My impression is that development is getting faster, projects are getting more...

Space Station 13 remake liberated!

Image
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. Official page Source Code (github) Code License: GPLv3 Assets ...

Galaxy Forces: Moon Lander Action!

Image
Galaxy Forces is an open-source moon lander shooter single-/multiplayer game hosted on SourceForge, it is nearly finished. It is unique of its kind in offering global hiscores and achievements. Replays and AI enemies also available. Try it . It plays on Win, Mac and Linux.

Godot Winter Game Jam

Image
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 .