DF Engine?

Started by
5 comments, last by Thunderz8olt 10 years, 1 month ago

Hey everyone! I've been reading around on the forums a bit and I really like what I see from this community so far. Also, I've recently been getting into learning some programming and game development and also in a great game known as Dwarf Fortress (I'm sure you guys have heard of it :) ) Anyways, anyone know of an engine out there that gives the same feeling as DF? I'm just talking about an engine that uses that top down setting that allows you to scroll through multiple levels of the ground. I am definitely looking at working on a long term project that is inspired by DF that is an RPG game. Just looking at sparking some conversation! Thanks all!

Advertisement

I didn't play Dwarf Fortress for all that long, so I might be misunderstanding what you are referring to, but I don't think there is an engine like that. It's a pretty game-specific feature.

Do you have any platform requirements? Must it run on PC only, or support mobile platforms as well?

How about programming language? Would you like to develop in JavaScript, C++, C#, etc... ?

I think DF uses SDL. If you like ASCII graphic you can get a view at pdcurses libs.

Dwarf Fortress is written in c++ using SDL. Some of the Curses libraries may be useful for you.

libtcod is a great little ASCII graphics library for this sort of game. It has a lot of stuff built-in besides graphics, but you'll have to implement multiple depth levels yourself. I don't know of any library that does that for you.

I figured it was very game specific coding done by the developers. Was just looking for some pointing in the right direction. Thanks for the feedback!

This topic is closed to new replies.

Advertisement