Author Topic: How would I make a game with visuals similar to HellMOO/Dwarf Fortress/Wayfar  (Read 2621 times)

Im interested in making a game like dwarf fortress, but I dont know what I would do to make it?
Anyone have any suggestions?

learn to code
code a game
profit

Anyone else have any other non-useless ideas?

Anyone else have any other non-useless ideas?
His idea was spot on.
Learn to code, if you do that part you will realize how it is done. You can't use cookie-cutter stuff, now go learn to code.

His idea was spot on.
Learn to code, if you do that part you will realize how it is done. You can't use cookie-cutter stuff, now go learn to code.
Then what should I code in?

depends on what programming language
learning to make games takes many years of learning
look up some programming tutorials for beginners

depends on what programming language
learning to make games takes many years of learning
look up some programming tutorials for beginners
I was asking what programming languange lol

Try C, pretty sure HellMOO was made in C.
Also stop trying to get us to hand-feed you everything, he gave you an adequate listing. We are not you, we cannot decide for you.

C is a pretty complex language - python, java or ruby would be easier for a beginner to learn, then move on after that

C is a pretty complex language - python, java or ruby would be easier for a beginner to learn, then move on after that
I would advise against Java.

I would advise against Java.
If I use python, can I still make a browser based version?

If I use python, can I still make a browser based version?

probably not, but i've seen some psuedo-games that look similar to DF made in C++.

and sorry, but some of the coders on this forum are complete jerks when giving help to people :s
if you want to make a browser based version, use flash

if you want to make a browser based version, use flash
Just because Wayfar 1444's browser client uses flash doesn't mean the game itself was coded in flash.

OP, figure how these guys added graphics and GUI to Dwarf Fortress. That should get you on the right track: http://dwarffortresswiki.org/index.php/Utility:Lazy_Newb_Pack
« Last Edit: November 28, 2013, 02:30:44 AM by Demian »

I would advise against Java.

lol why. its easy to learn, anyone can pick it up, and learn concepts.