Temple of The Roguelike Forums

Game Discussion => Traditional Roguelikes (Turn-based) => Topic started by: Nekoninja on April 08, 2016, 10:27:02 PM

Title: Any open-source games similar to Dwarf Fortress and Ultima Ratio Desgum?
Post by: Nekoninja on April 08, 2016, 10:27:02 PM
I am fascinated with the world building procedures that the Dwarf Fortress and Ultima Raito Desgum have. Is there any other games similar to these games that are open source for research purpose? If there a demo program (open source as well) that I can review the codes for better understanding, I would appreciate it.

P.S. I just remember that Minecraft have world building abilities too.
Title: Re: Any open-source games similar to Dwarf Fortress and Ultima Ratio Desgum?
Post by: Aleksanderus on April 09, 2016, 08:03:59 PM
There aren't many games like that in this world but you should try cataclysm dark days ahead.
Title: Re: Any open-source games similar to Dwarf Fortress and Ultima Ratio Desgum?
Post by: Tilded on April 09, 2016, 10:50:51 PM
Cult (https://www.kickstarter.com/projects/dhagar/cult-awakening-of-the-old-ones) was a failed kickstarter similar to these. I believe it is open source somewhere, but I haven't been able to find out where.
Title: Re: Any open-source games similar to Dwarf Fortress and Ultima Ratio Desgum?
Post by: Kyzrati on April 11, 2016, 01:44:35 AM
Cult (https://www.kickstarter.com/projects/dhagar/cult-awakening-of-the-old-ones) was a failed kickstarter similar to these. I believe it is open source somewhere, but I haven't been able to find out where.

I came here to mention Cult :)

It's open source, and you can even take it and make it your own since it was abandoned permanently. The repository is here (Python): https://bitbucket.org/dmhagar/empyrea-public (https://bitbucket.org/dmhagar/empyrea-public)

The game as it stands consists mostly of a world generator that was built over more than a year, and it's a pretty nice one, at that. (At least the results are nice--not necessarily the code.)
Title: Re: Any open-source games similar to Dwarf Fortress and Ultima Ratio Desgum?
Post by: Nekoninja on April 11, 2016, 07:58:58 PM
Thank you everyone who replied. I got the game as suggested and will analysis it in the near future. This is what I was able to find after researching for terrain generation. Here is the links:

http://libnoise.sourceforge.net/  (C++ source code)

http://www.nolithius.com/game-development/world-generation-breakdown (Flash source code)

https://sites.google.com/site/minecraftlandgenerator/home

https://opensource.com/life/15/9/open-source-alternatives-minecraft  (Variouse source codes)

Hope some one else will benefits from this links.
Title: Re: Any open-source games similar to Dwarf Fortress and Ultima Ratio Desgum?
Post by: Xecutor on April 12, 2016, 01:23:37 PM
I think you might be interested in this: https://github.com/thebracket/bgame
Title: Re: Any open-source games similar to Dwarf Fortress and Ultima Ratio Desgum?
Post by: Nekoninja on April 16, 2016, 05:46:57 PM
Thank you everyone who replies. I appreciated it. I will research and hopefully release my finding on the forum for others to benefits from it.