KeeperRL and OpenIG

Người đăng: Admin on Thứ Tư, 5 tháng 2, 2014

Two interesting projects I recently came across:

1. KeeperRL:



Description from the author:

KeeperRL is a Dungeon Keeper and Dwarf Fortress inspired dungeon simulator built on top of roguelike mechanics. My vision is that you are a Sauron-like character, searching for ultimate knowledge of destruction. What makes the game different from other RTS is that you can, and are encouraged to, control your main character and lead your minions to an open war. The characters use equipment, scrolls, potions, spells, and other things you would expect in a roguelike. Combat is turn-based and very tactical. The whole world is procedurally generated, and there is adventure mode too.
See a video of the (still in ASCII graphics) action here and the GPL licensed code here. Latest development release can be downloaded here (Win&Linux).

2. OpenIG:



A real classic is being reimplemented as OpenIG (follow the development blog here). Interestingly the original developers have granted the rights to all the game's data to be freely (as in beer I assume) distributed with the new Java based engine.
Time to jump into the 4X games again ;)

More about

DevCorner: Multiple new platforms for Torque2D MIT

Người đăng: Admin on Thứ Hai, 3 tháng 2, 2014

I tend to focus a bit on the 3D side of things, but the recently open-sourced Torque2D (note the "2") engine is pretty cool too:



And in fact it got a whole lot better in the last couple of weeks with it being ported to Linux, Android and your browser (through Mozilla's emscripten).

So if you are thinking about developing an open-source 2D game targeting multiple platforms, Torque2D has just became a serious contender.
More about