All Projects → Dozed12 → Df Style Worldgen

Dozed12 / Df Style Worldgen

Licence: mit
Fantasy Worlds Procedurally Generated

Programming Languages

python
139335 projects - #7 most used programming language
procedural
45 projects

Projects that are alternatives of or similar to Df Style Worldgen

Territory
3D rendered proc-gen world test. C++ homebrew voxel engine for agent-driven prodedural generation / world simulation
Stars: ✭ 175 (+34.62%)
Mutual labels:  procedural-generation, simulation
Pioneer
A game of lonely space adventure
Stars: ✭ 979 (+653.08%)
Mutual labels:  procedural-generation, simulation
differential-growth
adrianton3.github.io/differential-growth/
Stars: ✭ 27 (-79.23%)
Mutual labels:  procedural-generation, simulation
Pgdrive
PGDrive: an open-ended driving simulator with infinite scenes from procedural generation
Stars: ✭ 60 (-53.85%)
Mutual labels:  procedural-generation, simulation
Space Nerds In Space
Multi-player spaceship bridge simulator. Captain your starship through adventures with your friends. See https://smcameron.github.io/space-nerds-in-space
Stars: ✭ 516 (+296.92%)
Mutual labels:  procedural-generation, simulation
Complete street rule
The Complete Street Rule for ArcGIS CityEngine is a scenario oriented design tool intended to enable users to quickly create procedurally generated multimodal streets.
Stars: ✭ 81 (-37.69%)
Mutual labels:  procedural-generation, simulation
Hstr Rs
hstr, but with paging
Stars: ✭ 122 (-6.15%)
Mutual labels:  history
Cats
Implementations of cat(1) from various sources.
Stars: ✭ 125 (-3.85%)
Mutual labels:  history
Rock Generator
C# rock generator
Stars: ✭ 118 (-9.23%)
Mutual labels:  procedural-generation
Covid 19 Germany Gae
COVID-19 statistics for Germany. For states and counties. With time series data. Daily updates. Official RKI numbers.
Stars: ✭ 114 (-12.31%)
Mutual labels:  history
Timeline
直观地显示各个历史时间段及历史地图。Visually display various historical time periods and historical maps.
Stars: ✭ 127 (-2.31%)
Mutual labels:  history
Graphmesh
Graph-based mesh modifiers.
Stars: ✭ 128 (-1.54%)
Mutual labels:  procedural-generation
Cellularforms
An implementation of Andy Lomas' Cellular Forms.
Stars: ✭ 124 (-4.62%)
Mutual labels:  simulation
Covasim
COVID-19 Agent-based Simulator (Covasim): a model for exploring coronavirus dynamics and interventions
Stars: ✭ 122 (-6.15%)
Mutual labels:  simulation
Astraea
A planet generator inspired by Planetarium.
Stars: ✭ 126 (-3.08%)
Mutual labels:  procedural-generation
Fakegato History
Module to emulate Elgato Eve history
Stars: ✭ 117 (-10%)
Mutual labels:  history
Deltabalances.github.io
The Ethereum decentralized exchange assistant. Check token balances, transaction details & trade history.
Stars: ✭ 128 (-1.54%)
Mutual labels:  history
Financial life
A framework for analysing financial products in personalized contexts
Stars: ✭ 116 (-10.77%)
Mutual labels:  simulation
Seissol
A scientific software for the numerical simulation of seismic wave phenomena and earthquake dynamics
Stars: ✭ 123 (-5.38%)
Mutual labels:  simulation
Hive
Ethereum end-to-end test harness
Stars: ✭ 127 (-2.31%)
Mutual labels:  simulation

df-style-worldgen

alt text

What is it?

df-style-worldgen is a 2D fantasy world generator inspired by Dwarf Fortress. It generates 2D worlds with multiple map modes and eventually simulate civilizations, gods and beasts and their history.

Installation

Windows:

  • Download repository .zip and extract folder.
  • Open pyWorld/dist
  • Run pyWorld.exe (not pyWorld.py)

Instructions

After opening pyWorld it generates a new map for you and displays the Biome Map Mode

Keys:

  • r - Generate brand new world
  • b - Display Biome Map Mode
  • p - Display Precipitation Map Mode
  • d - Display Drainage Map Mode
  • w - Display Temperature Map Mode
  • h - Display Altitude Map Mode
  • t - Display Obsolete Terrain Map Mode
  • f - Display Prosperity Map Mode

Simulation:

Currently only Civ expansion is generated. It's visible in the map by ▼ chars. More information is visible on the side console that displays Civ name, Civ race, Civ government form and each month display all sites and their population.

  • SPACE to start/pause simulation

Resources Used

df-style-worldgen is written in python and uses the libtcod API. df-style-worldgen uses Andux's modified version of the CP866 tileset.

Note

This project was developed during the summer holidays of my first year of college. It began as just a prototype and a learning experience to learn more about python and more importantly about procedural generation. I kept working on it and adding new things as I found more and more interesting things to do with procedural generation. Unfortunately, due to my lack of knowledge and good code practices, typical in someone that's starting to learn programming, the code grew to become poorly organized and poorly planned making working on it harder and harder. Eventually I felt that working on it made me waste more time trying to refactor it and make things work than actually learning more about procedural generation. This led me to publish it and move on to other projects. I still consider this one of my favorite projects that I worked on as it was the one where I first learned and used procedural generation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].