Posts

Showing posts from April, 2015

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 unfortunately i

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